diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index e214c85b74d2..1f1e221b6ce3 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -829,6 +829,7 @@ struct cfg80211_scan_request { | |||
829 | * @ssids: SSIDs to scan for (passed in the probe_reqs in active scans) | 829 | * @ssids: SSIDs to scan for (passed in the probe_reqs in active scans) |
830 | * @n_ssids: number of SSIDs | 830 | * @n_ssids: number of SSIDs |
831 | * @n_channels: total number of channels to scan | 831 | * @n_channels: total number of channels to scan |
832 | * @interval: interval between each scheduled scan cycle | ||
832 | * @ie: optional information element(s) to add into Probe Request or %NULL | 833 | * @ie: optional information element(s) to add into Probe Request or %NULL |
833 | * @ie_len: length of ie in octets | 834 | * @ie_len: length of ie in octets |
834 | * @wiphy: the wiphy this was for | 835 | * @wiphy: the wiphy this was for |
@@ -839,6 +840,7 @@ struct cfg80211_sched_scan_request { | |||
839 | struct cfg80211_ssid *ssids; | 840 | struct cfg80211_ssid *ssids; |
840 | int n_ssids; | 841 | int n_ssids; |
841 | u32 n_channels; | 842 | u32 n_channels; |
843 | u32 interval; | ||
842 | const u8 *ie; | 844 | const u8 *ie; |
843 | size_t ie_len; | 845 | size_t ie_len; |
844 | 846 | ||