diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 1f1e221b6ce3..a46adb7a91b7 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1908,6 +1908,8 @@ struct cfg80211_cached_keys; | |||
1908 | * @mgmt_registrations_lock: lock for the list | 1908 | * @mgmt_registrations_lock: lock for the list |
1909 | * @mtx: mutex used to lock data in this struct | 1909 | * @mtx: mutex used to lock data in this struct |
1910 | * @cleanup_work: work struct used for cleanup that can't be done directly | 1910 | * @cleanup_work: work struct used for cleanup that can't be done directly |
1911 | * @beacon_interval: beacon interval used on this device for transmitting | ||
1912 | * beacons, 0 when not valid | ||
1911 | */ | 1913 | */ |
1912 | struct wireless_dev { | 1914 | struct wireless_dev { |
1913 | struct wiphy *wiphy; | 1915 | struct wiphy *wiphy; |
@@ -1948,6 +1950,8 @@ struct wireless_dev { | |||
1948 | bool ps; | 1950 | bool ps; |
1949 | int ps_timeout; | 1951 | int ps_timeout; |
1950 | 1952 | ||
1953 | int beacon_interval; | ||
1954 | |||
1951 | #ifdef CONFIG_CFG80211_WEXT | 1955 | #ifdef CONFIG_CFG80211_WEXT |
1952 | /* wext data */ | 1956 | /* wext data */ |
1953 | struct { | 1957 | struct { |