]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: cfg80211: add first kunit tests, for element defrag
authorJohannes Berg <johannes.berg@intel.com>
Sun, 27 Aug 2023 11:05:20 +0000 (14:05 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 10:32:16 +0000 (12:32 +0200)
commit730eeb17bbdd3c31f91e2a4fff35dd7e9c67d706
tree2c0a3a30d146f4146de485dfde6d5e54d75ea489
parent43125539fc69c6aa63d34b516939431391bddeac
wifi: cfg80211: add first kunit tests, for element defrag

Add a couple of tests for element defragmentation, to
see that the function works correctly.

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.e2a5cead1816.I09f0edc19d162b54ee330991c728c1e9aa42ebf6@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/tests/Makefile [new file with mode: 0644]
net/wireless/tests/fragmentation.c [new file with mode: 0644]
net/wireless/tests/module.c [new file with mode: 0644]