mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
wifi: cfg80211: fix kernel-doc for per-link data
There cannot be brackets in kernel-doc, remove them.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 62c16f219a
("wifi: cfg80211: move DFS related members to links[] in wireless_dev")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
bca8bc0399
commit
4e1b558605
1 changed files with 3 additions and 3 deletions
|
@ -6217,11 +6217,11 @@ enum ieee80211_ap_reg_power {
|
||||||
* unprotected beacon report
|
* unprotected beacon report
|
||||||
* @links: array of %IEEE80211_MLD_MAX_NUM_LINKS elements containing @addr
|
* @links: array of %IEEE80211_MLD_MAX_NUM_LINKS elements containing @addr
|
||||||
* @ap and @client for each link
|
* @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
|
* started
|
||||||
* @links[].cac_start_time: timestamp (jiffies) when the dfs state was
|
* @links.cac_start_time: timestamp (jiffies) when the dfs state was
|
||||||
* entered.
|
* 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
|
* @valid_links: bitmap describing what elements of @links are valid
|
||||||
*/
|
*/
|
||||||
struct wireless_dev {
|
struct wireless_dev {
|
||||||
|
|
Loading…
Reference in a new issue