Skip to content

Commit

Permalink
wifi: cfg80211: fix kernel-doc for per-link data
Browse files Browse the repository at this point in the history
There cannot be brackets in kernel-doc, remove them.

Reported-by: Stephen Rothwell <[email protected]>
Fixes: 62c16f2 ("wifi: cfg80211: move DFS related members to links[] in wireless_dev")
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
jmberg-intel committed Sep 9, 2024
1 parent bca8bc0 commit 4e1b558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/net/cfg80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -6217,11 +6217,11 @@ enum ieee80211_ap_reg_power {
* unprotected beacon report
* @links: array of %IEEE80211_MLD_MAX_NUM_LINKS elements containing @addr
* @ap and @client for each link
* @links[].cac_started: true if DFS channel availability check has been
* @links.cac_started: true if DFS channel availability check has been
* started
* @links[].cac_start_time: timestamp (jiffies) when the dfs state was
* @links.cac_start_time: timestamp (jiffies) when the dfs state was
* entered.
* @links[].cac_time_ms: CAC time in ms
* @links.cac_time_ms: CAC time in ms
* @valid_links: bitmap describing what elements of @links are valid
*/
struct wireless_dev {
Expand Down

0 comments on commit 4e1b558

Please sign in to comment.