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 54bc69c83691..7f7b53b69cb2 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -733,6 +733,7 @@ struct cfg80211_disassoc_request { | |||
733 | * IBSSs to join on other channels. | 733 | * IBSSs to join on other channels. |
734 | * @ie: information element(s) to include in the beacon | 734 | * @ie: information element(s) to include in the beacon |
735 | * @ie_len: length of that | 735 | * @ie_len: length of that |
736 | * @beacon_interval: beacon interval to use | ||
736 | */ | 737 | */ |
737 | struct cfg80211_ibss_params { | 738 | struct cfg80211_ibss_params { |
738 | u8 *ssid; | 739 | u8 *ssid; |
@@ -740,6 +741,7 @@ struct cfg80211_ibss_params { | |||
740 | struct ieee80211_channel *channel; | 741 | struct ieee80211_channel *channel; |
741 | u8 *ie; | 742 | u8 *ie; |
742 | u8 ssid_len, ie_len; | 743 | u8 ssid_len, ie_len; |
744 | u16 beacon_interval; | ||
743 | bool channel_fixed; | 745 | bool channel_fixed; |
744 | }; | 746 | }; |
745 | 747 | ||