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/ipw2100.h | |
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/ipw2100.h')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.h b/drivers/net/wireless/ipw2x00/ipw2100.h index bbf1ddcafba8..46b135d21670 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.h +++ b/drivers/net/wireless/ipw2x00/ipw2100.h | |||
@@ -39,8 +39,6 @@ | |||
39 | #include <linux/wireless.h> | 39 | #include <linux/wireless.h> |
40 | #include <net/iw_handler.h> // new driver API | 40 | #include <net/iw_handler.h> // new driver API |
41 | 41 | ||
42 | #include <net/ieee80211.h> | ||
43 | |||
44 | #ifdef CONFIG_IPW2100_MONITOR | 42 | #ifdef CONFIG_IPW2100_MONITOR |
45 | #include <net/ieee80211_radiotap.h> | 43 | #include <net/ieee80211_radiotap.h> |
46 | #endif | 44 | #endif |
@@ -48,6 +46,8 @@ | |||
48 | #include <linux/workqueue.h> | 46 | #include <linux/workqueue.h> |
49 | #include <linux/mutex.h> | 47 | #include <linux/mutex.h> |
50 | 48 | ||
49 | #include "ieee80211.h" | ||
50 | |||
51 | struct ipw2100_priv; | 51 | struct ipw2100_priv; |
52 | struct ipw2100_tx_packet; | 52 | struct ipw2100_tx_packet; |
53 | struct ipw2100_rx_packet; | 53 | struct ipw2100_rx_packet; |