projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c04ce
)
iwlagn: default smps mode for 1000 series device
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Sat, 23 Jul 2011 17:24:41 +0000
(10:24 -0700)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-1000.c
b/drivers/net/wireless/iwlwifi/iwl-1000.c
index 65e9367cbef5cc36a1e1fdf5f6f047753d39e922..044328652f0183a8202c1c8f82309fb72d90e738 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-1000.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-1000.c
@@
-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_
STAT
IC,
+ .smps_mode = IEEE80211_SMPS_
DYNAM
IC,
};
#define IWL_DEVICE_1000 \