]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: use NPCA in chandef for validation
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Apr 2026 09:25:34 +0000 (11:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 12:49:03 +0000 (14:49 +0200)
commitee52966a00a902cdc62ceeabf728b9a661e4805c
treec02876c18c4a8976d331ccbaea8ad1a867538ac0
parent3ca884399be1bcb04baec264a75133cf7a422b52
wifi: mac80211: use NPCA in chandef for validation

Put the NPCA parameters into a chandef when parsing data from
the AP to validate them using the cfg80211 code, rather than
implementing that in mac80211 directly.

Note that the parameters are not applied yet, since mac80211
doesn't yet have NPCA support.

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