diff options
-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, |