diff options
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 151c4f2..065b702 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -20,7 +20,6 @@ */ #ifndef IEEE80211_H #define IEEE80211_H - #include <linux/if_ether.h> /* ETH_ALEN */ #include <linux/kernel.h> /* ARRAY_SIZE */ @@ -850,5 +849,4 @@ static inline const char *escape_essid(const char *essid, u8 essid_len) { *d = '\0'; return escaped; } - #endif /* IEEE80211_H */ |