Skip to content

Commit d138307

Browse files
committed
wifi: cfg80211: add missing kernel-doc for cqm_rssi_work
As reported by Stephen, I neglected to add the kernel-doc for the new struct member. Fix that. Reported-by: Stephen Rothwell <[email protected]> Fixes: 37c20b2 ("wifi: cfg80211: fix cqm_config access race") Signed-off-by: Johannes Berg <[email protected]>
1 parent 37c20b2 commit d138307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/net/cfg80211.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5941,6 +5941,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy,
59415941
* @event_lock: (private) lock for event list
59425942
* @owner_nlportid: (private) owner socket port ID
59435943
* @nl_owner_dead: (private) owner socket went away
5944+
* @cqm_rssi_work: (private) CQM RSSI reporting work
59445945
* @cqm_config: (private) nl80211 RSSI monitor state
59455946
* @pmsr_list: (private) peer measurement requests
59465947
* @pmsr_lock: (private) peer measurements requests/results lock

0 commit comments

Comments
 (0)