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:
e3d9e7c
)
iwlwifi: support DSSS/CCK mode in 40 MHz
author
Johannes Berg
<
[email protected]
>
Mon, 11 Feb 2013 17:55:58 +0000
(18:55 +0100)
committer
Johannes Berg
<
[email protected]
>
Wed, 6 Mar 2013 15:47:26 +0000
(16:47 +0100)
All hardware after 4965 supports this. It's likely that
it wasn't set because for 4965 it was irrelevant (HT is
only supported on 5 GHz there) and then never updated.
Reviewed-by: Emmanuel Grumbach <
[email protected]
>
Signed-off-by: Johannes Berg <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
b/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
index 28c33512aed555a30f084294df2e26b326efb018..e170f5e6ee7afc3a3af1b00a793a5b24dc7dab80 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
@@
-749,7
+749,7
@@
void iwl_init_ht_hw_capab(const struct iwl_cfg *cfg,
}
ht_info->ht_supported = true;
- ht_info->cap = 0;
+ ht_info->cap =
IEEE80211_HT_CAP_DSSSCCK4
0;
if (iwlwifi_mod_params.amsdu_size_8K)
ht_info->cap |= IEEE80211_HT_CAP_MAX_AMSDU;