aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.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-4965.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-4965.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index 45cf4830568e..67189ab93dbe 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -510,8 +510,6 @@ struct iwl_ht_info {
510}; 510};
511#endif /*CONFIG_IWL4965_HT */ 511#endif /*CONFIG_IWL4965_HT */
512 512
513#ifdef CONFIG_IWL4965_QOS
514
515union iwl4965_qos_capabity { 513union iwl4965_qos_capabity {
516 struct { 514 struct {
517 u8 edca_count:4; /* bit 0-3 */ 515 u8 edca_count:4; /* bit 0-3 */
@@ -539,7 +537,6 @@ struct iwl4965_qos_info {
539 union iwl4965_qos_capabity qos_cap; 537 union iwl4965_qos_capabity qos_cap;
540 struct iwl4965_qosparam_cmd def_qos_parm; 538 struct iwl4965_qosparam_cmd def_qos_parm;
541}; 539};
542#endif /*CONFIG_IWL4965_QOS */
543 540
544#define STA_PS_STATUS_WAKE 0 541#define STA_PS_STATUS_WAKE 0
545#define STA_PS_STATUS_SLEEP 1 542#define STA_PS_STATUS_SLEEP 1
@@ -1173,9 +1170,7 @@ struct iwl4965_priv {
1173 u16 assoc_capability; 1170 u16 assoc_capability;
1174 u8 ps_mode; 1171 u8 ps_mode;
1175 1172
1176#ifdef CONFIG_IWL4965_QOS
1177 struct iwl4965_qos_info qos_data; 1173 struct iwl4965_qos_info qos_data;
1178#endif /*CONFIG_IWL4965_QOS */
1179 1174
1180 struct workqueue_struct *workqueue; 1175 struct workqueue_struct *workqueue;
1181 1176