]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: skip all known membership selectors
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 1 Jan 2025 05:05:33 +0000 (07:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 13 Jan 2025 14:26:45 +0000 (15:26 +0100)
commit98934687f8a871ea2bf90be6590daddd1a130cdd
tree7623005c207876d67fc847043dcc0c3ebc640012
parent2e3de34f5ceebdccd9464e7400986d2131915465
wifi: mac80211: skip all known membership selectors

The GLK and EPD Selectors are also not rates, so add a new macro for the
minimum value of a selector and test against that instead of the entire
list. Also fix the typo in the EPD selector define.

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/20250101070249.2c19a2dc53db.If187b7d93d8b43a6c70e422c837b7636538fb358@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
net/mac80211/mlme.c