diff options
author | Joe Perches <joe@perches.com> | 2008-03-10 00:55:10 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-14 00:32:31 +0100 |
commit | 068edceb7e73c05f77e204442ea8f86e238575da (patch) | |
tree | 3719ea58f4caecd6cb6870333c59e7afaa1f43f9 /include | |
parent | rt2x00: Only strip preamble bit in rt2400pci (diff) | |
download | linux-068edceb7e73c05f77e204442ea8f86e238575da.tar.xz linux-068edceb7e73c05f77e204442ea8f86e238575da.zip |
include/net/ieee80211.h - remove duplicate include
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ieee80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 285b2adfa648..529816bfbc52 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -183,7 +183,6 @@ const char *escape_essid(const char *essid, u8 essid_len); #define IEEE80211_DEBUG_RX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_RX, f, ## a) #define IEEE80211_DEBUG_QOS(f, a...) IEEE80211_DEBUG(IEEE80211_DL_QOS, f, ## a) #include <linux/netdevice.h> -#include <linux/wireless.h> #include <linux/if_arp.h> /* ARPHRD_ETHER */ #ifndef WIRELESS_SPY |