diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-25 17:07:24 +0200 |
---|---|---|
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) | |
download | talos-op-linux-4a711a8559adbf8639d445d8bf195fc929680d11.tar.gz talos-op-linux-4a711a8559adbf8639d445d8bf195fc929680d11.zip |
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 { * @debugfsdir: debugfs directory used for this wiphy, will be renamed * automatically on wiphy renames * @dev: (virtual) struct device for this wiphy + * @registered: helps synchronize suspend/resume with wiphy unregister * @wext: wireless extension handlers * @priv: driver private data (sized according to wiphy_new() parameter) * @interface_modes: bitmask of interfaces types valid for this wiphy, |