Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * NXP Wireless LAN device driver: CFG80211
0004  *
0005  * Copyright 2011-2020 NXP
0006  */
0007 
0008 #ifndef __MWIFIEX_CFG80211__
0009 #define __MWIFIEX_CFG80211__
0010 
0011 #include <net/cfg80211.h>
0012 
0013 #include "main.h"
0014 
0015 int mwifiex_register_cfg80211(struct mwifiex_adapter *);
0016 
0017 #endif