mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-25 20:14:25 +08:00
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: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
72c04ce016
commit
946572b294
@ -200,7 +200,7 @@ static struct iwl_base_params iwl1000_base_params = {
|
||||
static struct iwl_ht_params iwl1000_ht_params = {
|
||||
.ht_greenfield_support = true,
|
||||
.use_rts_for_aggregation = true, /* use rts/cts protection */
|
||||
.smps_mode = IEEE80211_SMPS_STATIC,
|
||||
.smps_mode = IEEE80211_SMPS_DYNAMIC,
|
||||
};
|
||||
|
||||
#define IWL_DEVICE_1000 \
|
||||
|
Loading…
Reference in New Issue
Block a user