]> www.infradead.org Git - users/hch/misc.git/commit
wifi: mac80211: pass MBSSID config by reference
authorJohannes Berg <johannes.berg@intel.com>
Fri, 8 Nov 2024 08:22:27 +0000 (09:22 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 12 Nov 2024 12:46:55 +0000 (13:46 +0100)
commitf2aadc721274a4b27d3dfe8244e73fbdc8c17715
treea24d50f9c607ba59a4ba9cc74240bca299ce3228
parent406c5548c661df0bff6bb6ee79bf9d49faf23e31
wifi: mac80211: pass MBSSID config by reference

It's inefficient and confusing to pass the MBSSID config
by value, requiring the whole struct to be copied. Pass
it by reference instead.

Link: https://patch.msgid.link/20241108092227.48fbd8a00112.I64abc1296a7557aadf798d88db931024486ab3b6@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c