Browse Source

ath5k: 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: Johannes Berg <johannes.berg@intel.com>
Acked-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Johannes Berg 14 years ago
parent
commit
2ee33f378d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/wireless/ath/ath5k/base.h

+ 0 - 1
drivers/net/wireless/ath/ath5k/base.h

@@ -43,7 +43,6 @@
 
 #include <linux/interrupt.h>
 #include <linux/list.h>
-#include <linux/wireless.h>
 #include <linux/if_ether.h>
 #include <linux/rfkill.h>
 #include <linux/workqueue.h>