iwlagn: default smps mode for 1000 series device
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 23 Jul 2011 17:24:41 +0000 (10:24 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 20:04:01 +0000 (16:04 -0400)
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>
drivers/net/wireless/iwlwifi/iwl-1000.c

index 65e9367cbef5cc36a1e1fdf5f6f047753d39e922..044328652f0183a8202c1c8f82309fb72d90e738 100644 (file)
@@ -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                                                \