Skip to content

Commit 00eeccc

Browse files
jmalinenjmberg-intel
authored andcommitted
mac80211_hwsim: Advertise support for VHT IBSS
VHT can be used with IBSS without needing any additional changes in mac80211_hwsim, so start claiming support for this to increase test coverage. Signed-off-by: Jouni Malinen <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 732b539 commit 00eeccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireless/mac80211_hwsim.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,6 +2449,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
24492449
NL80211_FEATURE_STATIC_SMPS |
24502450
NL80211_FEATURE_DYNAMIC_SMPS |
24512451
NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
2452+
wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
24522453

24532454
/* ask mac80211 to reserve space for magic */
24542455
hw->vif_data_size = sizeof(struct hwsim_vif_priv);

0 commit comments

Comments
 (0)