Skip to content

Commit 1079a34

Browse files
committed
Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Johannes Berg says: ==================== Another set of changes, including * many 6 GHz changes, though it's not _quite_ complete (I left out scanning for now, we're still discussing) * allow userspace SA-query processing for operating channel validation * TX status for control port TX, for AP-side operation * more per-STA/TID control options * move to kHz for channels, for future S1G operation * various other small changes ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 3988460 + 093a48d commit 1079a34

35 files changed

+1575
-288
lines changed

drivers/net/wireless/mac80211_hwsim.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
30543054
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
30553055
WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
30563056
WIPHY_FLAG_AP_UAPSD |
3057+
WIPHY_FLAG_SUPPORTS_5_10_MHZ |
30573058
WIPHY_FLAG_HAS_CHANNEL_SWITCH;
30583059
hw->wiphy->features |= NL80211_FEATURE_ACTIVE_MONITOR |
30593060
NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |

0 commit comments

Comments
 (0)