mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 07:05:54 +00:00
18 lines
296 B
C
18 lines
296 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* NXP Wireless LAN device driver: CFG80211
|
|
*
|
|
* Copyright 2011-2020 NXP
|
|
*/
|
|
|
|
#ifndef __MWIFIEX_CFG80211__
|
|
#define __MWIFIEX_CFG80211__
|
|
|
|
#include <net/cfg80211.h>
|
|
|
|
#include "main.h"
|
|
|
|
int mwifiex_register_cfg80211(struct mwifiex_adapter *);
|
|
|
|
#endif
|