diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-25 11:07:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:25:29 -0400 |
commit | 4a711a8559adbf8639d445d8bf195fc929680d11 (patch) | |
tree | 0bdd3b69766e49f83c319a3fb203acb558d2df95 /include/net/cfg80211.h | |
parent | 817a53d9866ab4118e2dd17a9ffe80700eac40ac (diff) |
cfg80211: document wiphy->registered
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 88112ca59c8e..eb2659aefd97 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1792,6 +1792,7 @@ struct wiphy_wowlan_support { | |||
1792 | * @debugfsdir: debugfs directory used for this wiphy, will be renamed | 1792 | * @debugfsdir: debugfs directory used for this wiphy, will be renamed |
1793 | * automatically on wiphy renames | 1793 | * automatically on wiphy renames |
1794 | * @dev: (virtual) struct device for this wiphy | 1794 | * @dev: (virtual) struct device for this wiphy |
1795 | * @registered: helps synchronize suspend/resume with wiphy unregister | ||
1795 | * @wext: wireless extension handlers | 1796 | * @wext: wireless extension handlers |
1796 | * @priv: driver private data (sized according to wiphy_new() parameter) | 1797 | * @priv: driver private data (sized according to wiphy_new() parameter) |
1797 | * @interface_modes: bitmask of interfaces types valid for this wiphy, | 1798 | * @interface_modes: bitmask of interfaces types valid for this wiphy, |