wifi: mac80211: make associated BSS pointer visible to the driver
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 6 Feb 2024 14:54:06 +0000 (16:54 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Feb 2024 14:19:03 +0000 (15:19 +0100)
commitd73fbaf24c5a1e0698a7a5e17d66a5100efef72a
tree5a16a0de18f05c3baa137d9f70632de3369e010e
parent7f501452364e2c1e38a819bcc96bdfdf59d2bbda
wifi: mac80211: make associated BSS pointer visible to the driver

Some drivers need the data in it, so move it to the link conf,
which is exposed to the driver.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240206164849.6fe9782b87b4.Ifbffef638f07ca7f5c2b27f40d2cf2942d21de0b@changeid
[remove bss pointer from internal struct, update docs]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c