aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 212c732fbba7..9112c5247c35 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -820,6 +820,7 @@ struct ieee802_11_elems {
820 u8 *country_elem; 820 u8 *country_elem;
821 u8 *pwr_constr_elem; 821 u8 *pwr_constr_elem;
822 u8 *quiet_elem; /* first quite element */ 822 u8 *quiet_elem; /* first quite element */
823 u8 *assoc_comeback;
823 824
824 /* length of them, respectively */ 825 /* length of them, respectively */
825 u8 ssid_len; 826 u8 ssid_len;
@@ -847,6 +848,7 @@ struct ieee802_11_elems {
847 u8 pwr_constr_elem_len; 848 u8 pwr_constr_elem_len;
848 u8 quiet_elem_len; 849 u8 quiet_elem_len;
849 u8 num_of_quiet_elem; /* can be more the one */ 850 u8 num_of_quiet_elem; /* can be more the one */
851 u8 assoc_comeback_len;
850}; 852};
851 853
852static inline struct ieee80211_local *hw_to_local( 854static inline struct ieee80211_local *hw_to_local(