diff options
Diffstat (limited to 'drivers/net/wireless/ipw2x00/ipw2200.h')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2200.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.h b/drivers/net/wireless/ipw2x00/ipw2200.h index 05e8ccf01c5f..bf0eeb2e873a 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.h +++ b/drivers/net/wireless/ipw2x00/ipw2200.h | |||
@@ -19,7 +19,7 @@ | |||
19 | file called LICENSE. | 19 | file called LICENSE. |
20 | 20 | ||
21 | Contact Information: | 21 | Contact Information: |
22 | James P. Ketrenos <ipw2100-admin@linux.intel.com> | 22 | Intel Linux Wireless <ilw@linux.intel.com> |
23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | 23 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
24 | 24 | ||
25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
@@ -55,7 +55,7 @@ | |||
55 | 55 | ||
56 | #include <linux/workqueue.h> | 56 | #include <linux/workqueue.h> |
57 | 57 | ||
58 | #include "ieee80211.h" | 58 | #include "libipw.h" |
59 | 59 | ||
60 | /* Authentication and Association States */ | 60 | /* Authentication and Association States */ |
61 | enum connection_manager_assoc_states { | 61 | enum connection_manager_assoc_states { |
@@ -365,8 +365,8 @@ enum connection_manager_assoc_states { | |||
365 | /* QoS sturctures */ | 365 | /* QoS sturctures */ |
366 | struct ipw_qos_info { | 366 | struct ipw_qos_info { |
367 | int qos_enable; | 367 | int qos_enable; |
368 | struct ieee80211_qos_parameters *def_qos_parm_OFDM; | 368 | struct libipw_qos_parameters *def_qos_parm_OFDM; |
369 | struct ieee80211_qos_parameters *def_qos_parm_CCK; | 369 | struct libipw_qos_parameters *def_qos_parm_CCK; |
370 | u32 burst_duration_CCK; | 370 | u32 burst_duration_CCK; |
371 | u32 burst_duration_OFDM; | 371 | u32 burst_duration_OFDM; |
372 | u16 qos_no_ack_mask; | 372 | u16 qos_no_ack_mask; |
@@ -534,7 +534,7 @@ typedef void destructor_func(const void *); | |||
534 | struct clx2_tx_queue { | 534 | struct clx2_tx_queue { |
535 | struct clx2_queue q; | 535 | struct clx2_queue q; |
536 | struct tfd_frame *bd; | 536 | struct tfd_frame *bd; |
537 | struct ieee80211_txb **txb; | 537 | struct libipw_txb **txb; |
538 | }; | 538 | }; |
539 | 539 | ||
540 | /* | 540 | /* |
@@ -1144,7 +1144,7 @@ enum ipw_prom_filter { | |||
1144 | struct ipw_priv; | 1144 | struct ipw_priv; |
1145 | struct ipw_prom_priv { | 1145 | struct ipw_prom_priv { |
1146 | struct ipw_priv *priv; | 1146 | struct ipw_priv *priv; |
1147 | struct ieee80211_device *ieee; | 1147 | struct libipw_device *ieee; |
1148 | enum ipw_prom_filter filter; | 1148 | enum ipw_prom_filter filter; |
1149 | int tx_packets; | 1149 | int tx_packets; |
1150 | int rx_packets; | 1150 | int rx_packets; |
@@ -1175,7 +1175,7 @@ struct ipw_rt_hdr { | |||
1175 | 1175 | ||
1176 | struct ipw_priv { | 1176 | struct ipw_priv { |
1177 | /* ieee device used by generic ieee processing code */ | 1177 | /* ieee device used by generic ieee processing code */ |
1178 | struct ieee80211_device *ieee; | 1178 | struct libipw_device *ieee; |
1179 | 1179 | ||
1180 | spinlock_t lock; | 1180 | spinlock_t lock; |
1181 | spinlock_t irq_lock; | 1181 | spinlock_t irq_lock; |
@@ -1222,7 +1222,7 @@ struct ipw_priv { | |||
1222 | u32 roaming_threshold; | 1222 | u32 roaming_threshold; |
1223 | 1223 | ||
1224 | struct ipw_associate assoc_request; | 1224 | struct ipw_associate assoc_request; |
1225 | struct ieee80211_network *assoc_network; | 1225 | struct libipw_network *assoc_network; |
1226 | 1226 | ||
1227 | unsigned long ts_scan_abort; | 1227 | unsigned long ts_scan_abort; |
1228 | struct ipw_supported_rates rates; | 1228 | struct ipw_supported_rates rates; |