]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: add initial UHR support
authorJohannes Berg <johannes.berg@intel.com>
Fri, 30 Jan 2026 15:21:07 +0000 (16:21 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Feb 2026 09:11:08 +0000 (10:11 +0100)
commita1085114715ee9980405d6856276c5e88339cee7
tree43ae68cc9292cd8e13c05f2c84be145ca6f058e8
parent072e6f7f416f5d17be71000b31fb108651ad360d
wifi: mac80211: add initial UHR support

Add support for making UHR connections and accepting AP
stations with UHR support.

Link: https://patch.msgid.link/20260130164259.7185980484eb.Ieec940b58dbf8115dab7e1e24cb5513f52c8cb2f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
12 files changed:
include/net/mac80211.h
net/mac80211/Makefile
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/parse.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/uhr.c [new file with mode: 0644]
net/mac80211/util.c