Skip to content

Commit

Permalink
iwlwifi: mvm: support TDLS wider-bandwidth
Browse files Browse the repository at this point in the history
When TDLS support is declared by the FW, set the bit indicating wider-BW
support as well.

Signed-off-by: Arik Nemtsov <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
  • Loading branch information
ariknem authored and egrumbach committed Aug 16, 2015
1 parent 5b9d47c commit 7c4f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/iwlwifi/mvm/mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
IWL_UCODE_TLV_CAPA_TDLS_SUPPORT)) {
IWL_DEBUG_TDLS(mvm, "TDLS supported\n");
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
ieee80211_hw_set(hw, TDLS_WIDER_BW);
}

if (fw_has_capa(&mvm->fw->ucode_capa,
Expand Down

0 comments on commit 7c4f084

Please sign in to comment.