iwlwifi: continue namespace changes - fix CONFIG variables
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-3945.h
index e5b345de3c61ff7776e8f2f5cc3e2be724214e9f..02040ef10da03d8dc936ffb68fc71ac35c6290dd 100644 (file)
@@ -445,31 +445,6 @@ union iwl3945_ht_rate_supp {
        };
 };
 
-#ifdef CONFIG_IWL3945_HT
-#define CFG_HT_RX_AMPDU_FACTOR_DEF  (0x3)
-#define HT_IE_MAX_AMSDU_SIZE_4K     (0)
-#define CFG_HT_MPDU_DENSITY_2USEC   (0x5)
-#define CFG_HT_MPDU_DENSITY_DEF CFG_HT_MPDU_DENSITY_2USEC
-
-struct sta_ht_info {
-       u8 is_ht;
-       u16 rx_mimo_ps_mode;
-       u16 tx_mimo_ps_mode;
-       u16 control_channel;
-       u8 max_amsdu_size;
-       u8 ampdu_factor;
-       u8 mpdu_density;
-       u8 operating_mode;
-       u8 supported_chan_width;
-       u8 extension_chan_offset;
-       u8 is_green_field;
-       u8 sgf;
-       u8 supp_rates[16];
-       u8 tx_chan_width;
-       u8 chan_width_cap;
-};
-#endif                         /*CONFIG_IWL3945_HT */
-
 #ifdef CONFIG_IWL3945_QOS
 
 union iwl3945_qos_capabity {
This page took 0.035874 seconds and 5 git commands to generate.