]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: log link information in ieee80211_determine_chan_mode
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 1 Jan 2025 05:05:31 +0000 (07:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 13 Jan 2025 14:26:45 +0000 (15:26 +0100)
commit2e3de34f5ceebdccd9464e7400986d2131915465
tree1a01119e07d0683479a0017f7d89ee32dbc72119
parent29968432874bb03f7dcaea602efb7d00e7c33b0c
wifi: mac80211: log link information in ieee80211_determine_chan_mode

ieee80211_determine_chan_mode is called for each link and if there is a
downgrade, then it is interesting to know on which link it happened.
Pass through the link_id where relevant and use the new link_id_info
macro instead of sdata_info so that the link ID is printed when
relevant.

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.d400da710fc4.I64775ec914603d3c7b0c6ea14b507c0370c11622@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debug.h
net/mac80211/mlme.c