wifi: mac80211: add pointer from link STA to STA
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 6 Sep 2022 17:02:04 +0000 (19:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:23:38 +0000 (15:23 +0200)
commit1d9e4c91db17c9bf6f94ac234a4d4f2bffd52b97
tree22a2ddfce00cce32f411ae612580ca331dc5561f
parent8af9d4068e86dd5c3221ee495ec09537c7fb458b
wifi: mac80211: add pointer from link STA to STA

While often not needed, this considerably simplifies going from a link
to the STA. This helps in cases such as debugfs where a single pointer
should allow accessing a specific link and the STA.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/sta_info.c