Hi, here's a pull request to net tree, more info below. Please let me know if there are any problems. Kalle The following changes since commit 91018bbcc664b6c9410ddccacd2239a4acadcfc9: Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2022-11-03 21:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-11-28 for you to fetch changes up to 3e8f7abcc3473bc9603323803aeaed4ffcc3a2ab: wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration (2022-11-25 12:45:53 +0100) ---------------------------------------------------------------- wireless fixes for v6.1 Third, and hopefully final, set of fixes for v6.1. We are marking the rsi driver as orphan, have some Information Element parsing fixes to wilc1000 driver and three small fixes to the stack. ---------------------------------------------------------------- Johannes Berg (2): wifi: cfg80211: fix buffer overflow in elem comparison wifi: cfg80211: don't allow multi-BSSID in S1G Lorenzo Bianconi (1): wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration Marek Vasut (1): MAINTAINERS: mark rsi wifi driver as orphan Phil Turnbull (4): wifi: wilc1000: validate pairwise and authentication suite offsets wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute wifi: wilc1000: validate number of channels MAINTAINERS | 4 +-- drivers/net/wireless/microchip/wilc1000/cfg80211.c | 39 +++++++++++++++++----- drivers/net/wireless/microchip/wilc1000/hif.c | 21 +++++++++--- net/mac80211/airtime.c | 3 ++ net/wireless/scan.c | 10 ++++-- 5 files changed, 58 insertions(+), 19 deletions(-)