This patch removes extern declaration of g_linux_wlan from the
followings because it is declared as extern in the wilc_wfi_netdevice.h
file.
- linux_mon.c
- linux_wlan_sdio.c
- wilc_wfi_cfgoperations.c
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
u16 tx_flags;
} __attribute__((packed));
-extern linux_wlan_t *g_linux_wlan;
-
static struct net_device *wilc_wfi_mon; /* global monitor netdev */
extern int mac_xmit(struct sk_buff *skb, struct net_device *dev);
struct sdio_func *local_sdio_func;
-extern linux_wlan_t *g_linux_wlan;
extern int wilc_netdev_init(void);
extern void wilc_handle_isr(void);
extern u8 u8ConnectedSSID[6];
u8 g_wilc_initialized = 1;
-extern linux_wlan_t *g_linux_wlan;
extern bool g_obtainingIP;
#define CHAN2G(_channel, _freq, _flags) { \
* @date 01 JUL 2012
* @version
*/
-extern linux_wlan_t *g_linux_wlan;
extern bool bEnablePS;
static int mgmt_tx(struct wiphy *wiphy,
struct wireless_dev *wdev,