]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: carry element parsing frame type/from_ap
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Apr 2026 09:25:31 +0000 (11:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 12:49:02 +0000 (14:49 +0200)
commit881b246709db5129fa81daf7301dcf04306e4be9
tree67f769a2812d38a4283130a2a211fa9eb9bc67b3
parentf6ced3745ad1a0e5691b9323651e39e05371fe2f
wifi: mac80211: carry element parsing frame type/from_ap

Carry the frame type and from_ap indication in the parse
result, the caller should have it, but we often pass the
resulting data structure around, so this saves passing
more parameters.

Link: https://patch.msgid.link/20260428112708.e8e6479f6765.I4a56ad20d40bdbbaa72531208e092eb4fbf6b4d6@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/parse.c