mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-07 23:14:30 +07:00
mwifiex: don't include mac80211.h
This driver doesn't use mac80211, so it shouldn't include mac80211.h, include only the necessary cfg80211.h instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
d7eb3c0a6b
commit
50d55b6d3f
@ -27,7 +27,7 @@
|
||||
#include <linux/timer.h>
|
||||
#include <linux/ieee80211.h>
|
||||
#include <uapi/linux/if_arp.h>
|
||||
#include <net/mac80211.h>
|
||||
#include <net/cfg80211.h>
|
||||
|
||||
#define MWIFIEX_BSS_COEX_COUNT 2
|
||||
#define MWIFIEX_MAX_BSS_NUM (3)
|
||||
|
Loading…
Reference in New Issue
Block a user