mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
wifi: cfg80211/mac80211: remove dependency on non-existing option
Commitffbd0c8c1e
("wifi: mac80211: add an element parsing unit test") and commit730eeb17bb
("wifi: cfg80211: add first kunit tests, for element defrag") add new configs that depend on !KERNEL_6_2, but the config option KERNEL_6_2 does not exist in the tree. This dependency is used for handling backporting to restrict the option to certain kernels but this really should not be carried around the mainline kernel tree. Clean up this needless dependency on the non-existing option KERNEL_6_2. Link: https://lore.kernel.org/lkml/CAKXUXMyfrM6amOR7Ysim3WNQ-Ckf9HJDqRhAoYmLXujo1UV+yA@mail.gmail.com/ Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
a6e4f85d38
commit
26490da5a7
@ -62,7 +62,6 @@ config MAC80211_KUNIT_TEST
|
||||
depends on KUNIT
|
||||
depends on MAC80211
|
||||
default KUNIT_ALL_TESTS
|
||||
depends on !KERNEL_6_2
|
||||
help
|
||||
Enable this option to test mac80211 internals with kunit.
|
||||
|
||||
|
@ -206,7 +206,6 @@ config CFG80211_KUNIT_TEST
|
||||
depends on KUNIT
|
||||
depends on CFG80211
|
||||
default KUNIT_ALL_TESTS
|
||||
depends on !KERNEL_6_2
|
||||
help
|
||||
Enable this option to test cfg80211 functions with kunit.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user