aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
diff options
context:
space:
mode:
authorReinette Chatre <reinette.chatre@intel.com>2007-12-05 13:59:57 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:05:56 -0500
commit0946687803ff5495e4b7c0b7f2c6d002398bd5fa (patch)
treebd150d303633c437040176b4bec2a1b66f22bfb6 /drivers/net/wireless/iwlwifi
parent2236761b8c53b2e352808576ff51f108b01a0ea8 (diff)
iwlwifi: remove HT code from iwl-3945.h
This pach removes HT code from iwl-3945.h - it is not needed here as 3945 does not support HT. The code ended up here during the header file split Signed-off-by: Reinette Chatre <reinette.chatre@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')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-3945.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h
index 709203a41986..bfa260654c5a 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -453,30 +453,6 @@ union iwl3945_ht_rate_supp {
453 }; 453 };
454}; 454};
455 455
456#ifdef CONFIG_IWL3945_HT
457#define CFG_HT_RX_AMPDU_FACTOR_DEF (0x3)
458#define CFG_HT_MPDU_DENSITY_2USEC (0x5)
459#define CFG_HT_MPDU_DENSITY_DEF CFG_HT_MPDU_DENSITY_2USEC
460
461struct sta_ht_info {
462 u8 is_ht;
463 u16 rx_mimo_ps_mode;
464 u16 tx_mimo_ps_mode;
465 u16 control_channel;
466 u8 max_amsdu_size;
467 u8 ampdu_factor;
468 u8 mpdu_density;
469 u8 operating_mode;
470 u8 supported_chan_width;
471 u8 extension_chan_offset;
472 u8 is_green_field;
473 u8 sgf;
474 u8 supp_rates[16];
475 u8 tx_chan_width;
476 u8 chan_width_cap;
477};
478#endif /*CONFIG_IWL3945_HT */
479
480#ifdef CONFIG_IWL3945_QOS 456#ifdef CONFIG_IWL3945_QOS
481 457
482union iwl3945_qos_capabity { 458union iwl3945_qos_capabity {