diff options
author | Dan Williams <dcbw@redhat.com> | 2009-02-12 12:32:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:51:42 -0500 |
commit | f3734ee6df3ac57151e02d091f47d5e52e646539 (patch) | |
tree | 8a4a49a5c4759a2dd4f5a512ab1c0439d78e5507 /drivers/net/wireless/ipw2x00/libipw_wx.c | |
parent | 1ea893fde29d8cf1639da8989f4b843dc3283ca8 (diff) |
make net/ieee80211.h private to ipw2x00
Only ipw2x00 now uses it. Reduce confusion. Profit!
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ipw2x00/libipw_wx.c')
-rw-r--r-- | drivers/net/wireless/ipw2x00/libipw_wx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/libipw_wx.c b/drivers/net/wireless/ipw2x00/libipw_wx.c index 31ea3abfc32..dfbadb3b9bd 100644 --- a/drivers/net/wireless/ipw2x00/libipw_wx.c +++ b/drivers/net/wireless/ipw2x00/libipw_wx.c | |||
@@ -35,9 +35,10 @@ | |||
35 | #include <linux/jiffies.h> | 35 | #include <linux/jiffies.h> |
36 | 36 | ||
37 | #include <net/lib80211.h> | 37 | #include <net/lib80211.h> |
38 | #include <net/ieee80211.h> | ||
39 | #include <linux/wireless.h> | 38 | #include <linux/wireless.h> |
40 | 39 | ||
40 | #include "ieee80211.h" | ||
41 | |||
41 | static const char *ieee80211_modes[] = { | 42 | static const char *ieee80211_modes[] = { |
42 | "?", "a", "b", "ab", "g", "ag", "bg", "abg" | 43 | "?", "a", "b", "ab", "g", "ag", "bg", "abg" |
43 | }; | 44 | }; |