aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-3945.h
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2008-02-06 14:20:39 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-02-29 15:37:05 -0500
commit292ae1745b8fe25b8182655d4bd5628e7947ea6b (patch)
tree00e6202d24b655c1fe7d28649cd35f7c78bd491d /drivers/net/wireless/iwlwifi/iwl-3945.h
parenta9af2013ca791b40e38a33f94724b87826f17460 (diff)
iwlwifi: remove IWL{4965,3945}_QOS
This patch removes the IWL4965_QOS and IWL3945_QOS defines from Kconfig file along with all uses of it. These defines were relevant for the period QoS code was tested to be stable in driver's flows. Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-3945.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h
index 1beb5b67679..393cff6f227 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -431,8 +431,6 @@ union iwl3945_ht_rate_supp {
431 }; 431 };
432}; 432};
433 433
434#ifdef CONFIG_IWL3945_QOS
435
436union iwl3945_qos_capabity { 434union iwl3945_qos_capabity {
437 struct { 435 struct {
438 u8 edca_count:4; /* bit 0-3 */ 436 u8 edca_count:4; /* bit 0-3 */
@@ -460,7 +458,6 @@ struct iwl3945_qos_info {
460 union iwl3945_qos_capabity qos_cap; 458 union iwl3945_qos_capabity qos_cap;
461 struct iwl3945_qosparam_cmd def_qos_parm; 459 struct iwl3945_qosparam_cmd def_qos_parm;
462}; 460};
463#endif /*CONFIG_IWL3945_QOS */
464 461
465#define STA_PS_STATUS_WAKE 0 462#define STA_PS_STATUS_WAKE 0
466#define STA_PS_STATUS_SLEEP 1 463#define STA_PS_STATUS_SLEEP 1
@@ -869,9 +866,7 @@ struct iwl3945_priv {
869 u16 assoc_capability; 866 u16 assoc_capability;
870 u8 ps_mode; 867 u8 ps_mode;
871 868
872#ifdef CONFIG_IWL3945_QOS
873 struct iwl3945_qos_info qos_data; 869 struct iwl3945_qos_info qos_data;
874#endif /*CONFIG_IWL3945_QOS */
875 870
876 struct workqueue_struct *workqueue; 871 struct workqueue_struct *workqueue;
877 872