Commit 33c2f538 authored by Johannes Berg's avatar Johannes Berg

mac80211_hwsim: support wider TDLS bandwidth

There's no reason not to support this, allow it to test
those code paths.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent a3ebb4e1
......@@ -2399,6 +2399,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
ieee80211_hw_set(hw, AMPDU_AGGREGATION);
ieee80211_hw_set(hw, MFP_CAPABLE);
ieee80211_hw_set(hw, SIGNAL_DBM);
ieee80211_hw_set(hw, TDLS_WIDER_BW);
if (rctbl)
ieee80211_hw_set(hw, SUPPORTS_RC_TABLE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment