aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2011-09-08 13:16:50 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-09-14 13:56:59 -0400
commitfd235913f9d86fde954f7e1215bd0921ee70cb19 (patch)
tree022206c1952bc96ac4fc85645f37cb4f7dcdca31
parentd7d259d3a5e5975b8d0b67759f2632fbd0d508d2 (diff)
wireless: fix kernel-doc warning in net/cfg80211.h
Fix kernel-doc warning in net/cfg80211.h: Warning(include/net/cfg80211.h:1884): No description found for parameter 'registered' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--include/net/cfg80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 09024ab617f9..95980317d983 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1810,6 +1810,8 @@ struct wiphy_wowlan_support {
1810 * by default for perm_addr. In this case, the mask should be set to 1810 * by default for perm_addr. In this case, the mask should be set to
1811 * all-zeroes. In this case it is assumed that the device can handle 1811 * all-zeroes. In this case it is assumed that the device can handle
1812 * the same number of arbitrary MAC addresses. 1812 * the same number of arbitrary MAC addresses.
1813 * @registered: protects ->resume and ->suspend sysfs callbacks against
1814 * unregister hardware
1813 * @debugfsdir: debugfs directory used for this wiphy, will be renamed 1815 * @debugfsdir: debugfs directory used for this wiphy, will be renamed
1814 * automatically on wiphy renames 1816 * automatically on wiphy renames
1815 * @dev: (virtual) struct device for this wiphy 1817 * @dev: (virtual) struct device for this wiphy