]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: stop passing cbss to parser
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 16 Jun 2023 06:53:55 +0000 (09:53 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 19 Jun 2023 10:05:28 +0000 (12:05 +0200)
commit276311d5814f98b113b68302c96500fd316c2cbf
treeecd39c56fdda7b2462576c4a708be284dfbe016d
parent05995d05aab399fcb1fba579397bff216dbf3e86
wifi: mac80211: stop passing cbss to parser

In both of these cases (config_link, prep_channel) it is not needed
to parse the MBSSID data for a nontransmitted BSS. In the config_link
case the frame does not contain any MBSSID element and inheritance
rules are only needed for the ML STA profile. While in the
prep_channel case the IEs have already been processed by cfg80211 and
are already exploded.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230616094948.66d2605ff0ad.I7cdd1d390e7b0735c46204231a9e636d45b7f1e4@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c