]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: add an element parsing unit test
authorJohannes Berg <johannes.berg@intel.com>
Sun, 27 Aug 2023 11:05:21 +0000 (14:05 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 10:32:16 +0000 (12:32 +0200)
commitffbd0c8c1e7f86408919d023cf87119b9b7385d5
tree79434d86b46c871098f801057c4f47a24434b6a7
parent730eeb17bbdd3c31f91e2a4fff35dd7e9c67d706
wifi: mac80211: add an element parsing unit test

Add a unit test for the parsing of a fragmented sta profile
sub-element inside a fragmented multi-link element.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230827135854.333bc75df13f.I0ddfeb6a88a4d89e7c7850e8ef45a4b19b5a061a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/Kconfig
net/mac80211/Makefile
net/mac80211/tests/Makefile [new file with mode: 0644]
net/mac80211/tests/elems.c [new file with mode: 0644]
net/mac80211/tests/module.c [new file with mode: 0644]
net/mac80211/util.c