Skip to content

Commit

Permalink
iwlwifi: support DSSS/CCK mode in 40 MHz
Browse files Browse the repository at this point in the history
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed Mar 6, 2013
1 parent e3d9e7c commit f7546c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_DSSSCCK40;

if (iwlwifi_mod_params.amsdu_size_8K)
ht_info->cap |= IEEE80211_HT_CAP_MAX_AMSDU;
Expand Down

0 comments on commit f7546c7

Please sign in to comment.