diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 7f4e7f93ee47..c642538e8282 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <linux/spinlock.h> | 23 | #include <linux/spinlock.h> |
24 | #include <linux/etherdevice.h> | 24 | #include <linux/etherdevice.h> |
25 | #include <net/wireless.h> | 25 | #include <net/wireless.h> |
26 | #include "ieee80211_key.h" | 26 | #include "key.h" |
27 | #include "sta_info.h" | 27 | #include "sta_info.h" |
28 | 28 | ||
29 | /* ieee80211.o internal definitions, etc. These are not included into | 29 | /* ieee80211.o internal definitions, etc. These are not included into |