Skip to content

Commit 26490da

Browse files
bulwahnjmberg-intel
authored andcommitted
wifi: cfg80211/mac80211: remove dependency on non-existing option
Commit ffbd0c8 ("wifi: mac80211: add an element parsing unit test") and commit 730eeb1 ("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>
1 parent a6e4f85 commit 26490da

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

net/mac80211/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ config MAC80211_KUNIT_TEST
6262
depends on KUNIT
6363
depends on MAC80211
6464
default KUNIT_ALL_TESTS
65-
depends on !KERNEL_6_2
6665
help
6766
Enable this option to test mac80211 internals with kunit.
6867

net/wireless/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ config CFG80211_KUNIT_TEST
206206
depends on KUNIT
207207
depends on CFG80211
208208
default KUNIT_ALL_TESTS
209-
depends on !KERNEL_6_2
210209
help
211210
Enable this option to test cfg80211 functions with kunit.
212211

0 commit comments

Comments
 (0)