2026-01-29 22:25:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2026-01-21 18:59:54 +08:00
|
|
|
/*
|
|
|
|
|
* 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
|