]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: remove AID bit stripping for print
authorJohannes Berg <johannes.berg@intel.com>
Tue, 3 Mar 2026 14:09:21 +0000 (15:09 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Mar 2026 09:45:15 +0000 (10:45 +0100)
commit9f39e2cc2b01225c1af7f18ff112047c13240d06
tree3e6c2e930c838c14e88e1a49de257a59902ac4a0
parent2f211be112e6453b3b3a1b752fd6f446e5297704
wifi: mac80211: remove AID bit stripping for print

Since the top bits have already been masked off according
to whether or not it's S1G, there's no need to mask again
for printing. Remove the superfluous code.

Link: https://patch.msgid.link/20260303150921.d04ad4dfdc48.I78da2953982e85aab386867dc9db83471bf35475@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c