xref: /linux/drivers/net/wireless/marvell/mwifiex/cfg80211.h (revision f9bff0e31881d03badf191d3b0005839391f5f2b)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * NXP Wireless LAN device driver: CFG80211
4  *
5  * Copyright 2011-2020 NXP
6  */
7 
8 #ifndef __MWIFIEX_CFG80211__
9 #define __MWIFIEX_CFG80211__
10 
11 #include <net/cfg80211.h>
12 
13 #include "main.h"
14 
15 int mwifiex_register_cfg80211(struct mwifiex_adapter *);
16 
17 #endif
18