mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
cfg80211: split wext compatibility to separate header
A lot of drivers erroneously use wext constants and don't notice since cfg80211.h includes them. Make this more split up so drivers needing wext compatibility from cfg80211 need to explicitly include that from cfg80211-wext.h. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a5d5a91477
commit
262eb9b223
7 changed files with 129 additions and 112 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <linux/slab.h>
|
||||
#include <net/iw_handler.h>
|
||||
#include <net/cfg80211.h>
|
||||
#include <net/cfg80211-wext.h>
|
||||
#include "wext-compat.h"
|
||||
#include "core.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue