|
@@ -162,12 +162,14 @@ struct iwl_base_params {
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|
|
|
|
+ * @stbc: support Tx STBC and 1*SS Rx STBC
|
|
* @use_rts_for_aggregation: use rts/cts protection for HT traffic
|
|
* @use_rts_for_aggregation: use rts/cts protection for HT traffic
|
|
* @ht40_bands: bitmap of bands (using %IEEE80211_BAND_*) that support HT40
|
|
* @ht40_bands: bitmap of bands (using %IEEE80211_BAND_*) that support HT40
|
|
*/
|
|
*/
|
|
struct iwl_ht_params {
|
|
struct iwl_ht_params {
|
|
enum ieee80211_smps_mode smps_mode;
|
|
enum ieee80211_smps_mode smps_mode;
|
|
const bool ht_greenfield_support; /* if used set to true */
|
|
const bool ht_greenfield_support; /* if used set to true */
|
|
|
|
+ const bool stbc;
|
|
bool use_rts_for_aggregation;
|
|
bool use_rts_for_aggregation;
|
|
u8 ht40_bands;
|
|
u8 ht40_bands;
|
|
};
|
|
};
|