diff options
| author | Benjamin Berg <benjamin.berg@intel.com> | 2025-02-05 11:39:19 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2025-02-11 11:59:07 +0100 |
| commit | b46524b57afdde8ed9ee9567e78d1293ad0e6ea7 (patch) | |
| tree | 20a426679256e4bae7a1619da7578f15758ce2b9 /net/mac80211/tests/Makefile | |
| parent | 574faa0e936d12718e2cadad11ce1e184d9e5a32 (diff) | |
| download | linux-b46524b57afdde8ed9ee9567e78d1293ad0e6ea7.tar.gz linux-b46524b57afdde8ed9ee9567e78d1293ad0e6ea7.zip | |
wifi: mac80211: tests: add tests for ieee80211_determine_chan_mode
Add a few tests for ieee80211_determine_chan_mode that check that
mac80211 will not try to connect to an AP if an advertised basic rate is
not supported.
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250205110958.530c81eb7fdc.Ia77f5efdf9efb70d2766a3d6bf425553bcb308e8@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/tests/Makefile')
| -rw-r--r-- | net/mac80211/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tests/Makefile b/net/mac80211/tests/Makefile index 0f5336bc7314..3b0c08356fc5 100644 --- a/net/mac80211/tests/Makefile +++ b/net/mac80211/tests/Makefile @@ -1,3 +1,3 @@ -mac80211-tests-y += module.o util.o elems.o mfp.o tpe.o +mac80211-tests-y += module.o util.o elems.o mfp.o tpe.o chan-mode.o obj-$(CONFIG_MAC80211_KUNIT_TEST) += mac80211-tests.o |
