]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: move frame RX handling to type files
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Apr 2026 08:36:49 +0000 (10:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 12:49:01 +0000 (14:49 +0200)
commit49e62ec6eb060f86abbb1d88663a51340e512aba
tree26a2d9b76fec7d43cc281589d6ee2aac3028d9ee
parent3acaadfe91a3c7afb52b2eb7f7995767b819a47e
wifi: mac80211: move frame RX handling to type files

The interface frame queue processing code currently
differentiates many frame types and below those the
interface types, but then falls through to per-type
processing. Move this code to the per-type functions,
creating a new ap.c file that gets relevant code, and
this way reduce the number of non-static symbols.

This also helps with adding more cases for UHR later.

Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260428103649.c00059e68a07.I2269130278390f534d6051fac424402a854a54aa@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/Makefile
net/mac80211/ap.c [new file with mode: 0644]
net/mac80211/eht.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c