This is a note to let you know that I've just added the patch titled wifi: cfg80211: add missing kernel-doc for cqm_rssi_work to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: wifi-cfg80211-add-missing-kernel-doc-for-cqm_rssi_wo.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 6fd718a4892b387cbb034475cf5d4a050350db0b Author: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Wed Sep 13 09:36:57 2023 +0200 wifi: cfg80211: add missing kernel-doc for cqm_rssi_work [ Upstream commit d1383077c225ceb87ac7a3b56b2c505193f77ed7 ] As reported by Stephen, I neglected to add the kernel-doc for the new struct member. Fix that. Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Fixes: 37c20b2effe9 ("wifi: cfg80211: fix cqm_config access race") Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index ab64bb94c92fd..7a6c3059d50b5 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -5805,6 +5805,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy, * @event_lock: (private) lock for event list * @owner_nlportid: (private) owner socket port ID * @nl_owner_dead: (private) owner socket went away + * @cqm_rssi_work: (private) CQM RSSI reporting work * @cqm_config: (private) nl80211 RSSI monitor state * @pmsr_list: (private) peer measurement requests * @pmsr_lock: (private) peer measurements requests/results lock