Commit 119aadf8 authored by Ramon Fontes's avatar Ramon Fontes Committed by Johannes Berg
Browse files

mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability

parent c1129924
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3054,6 +3054,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
	hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
			    WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
			    WIPHY_FLAG_AP_UAPSD |
			    WIPHY_FLAG_SUPPORTS_5_10_MHZ |
			    WIPHY_FLAG_HAS_CHANNEL_SWITCH;
	hw->wiphy->features |= NL80211_FEATURE_ACTIVE_MONITOR |
			       NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |