Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 946572b2 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlagn: default smps mode for 1000 series device



1000 series are 1x2 devices, the old default using static smps which only
use single antenna for rx, set the default to dynamic smps.

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 72c04ce0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -200,7 +200,7 @@ static struct iwl_base_params iwl1000_base_params = {
static struct iwl_ht_params iwl1000_ht_params = {
static struct iwl_ht_params iwl1000_ht_params = {
	.ht_greenfield_support = true,
	.ht_greenfield_support = true,
	.use_rts_for_aggregation = true, /* use rts/cts protection */
	.use_rts_for_aggregation = true, /* use rts/cts protection */
	.smps_mode = IEEE80211_SMPS_STATIC,
	.smps_mode = IEEE80211_SMPS_DYNAMIC,
};
};


#define IWL_DEVICE_1000						\
#define IWL_DEVICE_1000						\