]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: Fix PERR frame processing
authorMasashi Honma <masashi.honma@gmail.com>
Fri, 29 May 2026 23:09:48 +0000 (08:09 +0900)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jun 2026 12:07:07 +0000 (14:07 +0200)
commit4ec9ea8a58859c260ae32e097aa643975572e58b
tree10205373ac9cf2a93a578b3447bc0de644e38ad8
parentd158e54476ea9667c33dfa2c8d87c7cc32b40f1b
wifi: mac80211: Fix PERR frame processing

There are no issues with the PERR processing itself; however, to maintain
consistency with the previous PREQ/PREP code modifications, I will create a
new mesh_path_parse_error_frame() function to separately implement the
frame format validation and the "not supported" check.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Link: https://patch.msgid.link/20260529230952.124754-6-masashi.honma@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211-mesh.h
net/mac80211/mesh_hwmp.c
net/mac80211/parse.c