Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 029111e1 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

rndis_wlan: remove wireless extensions inclusions



linux/wireless.h and net/iw_handler.h headers are
for wireless extensions only, so mac80211 drivers
shouldn't be including them.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6cff689e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,13 +36,11 @@
#include <linux/mii.h>
#include <linux/usb.h>
#include <linux/usb/cdc.h>
#include <linux/wireless.h>
#include <linux/ieee80211.h>
#include <linux/if_arp.h>
#include <linux/ctype.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <net/iw_handler.h>
#include <net/cfg80211.h>
#include <linux/usb/usbnet.h>
#include <linux/usb/rndis_host.h>