diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index faa2476a2451..a8c72742a8b1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -837,7 +837,7 @@ struct ieee802_11_elems { | |||
837 | u8 *country_elem; | 837 | u8 *country_elem; |
838 | u8 *pwr_constr_elem; | 838 | u8 *pwr_constr_elem; |
839 | u8 *quiet_elem; /* first quite element */ | 839 | u8 *quiet_elem; /* first quite element */ |
840 | u8 *assoc_comeback; | 840 | u8 *timeout_int; |
841 | 841 | ||
842 | /* length of them, respectively */ | 842 | /* length of them, respectively */ |
843 | u8 ssid_len; | 843 | u8 ssid_len; |
@@ -865,7 +865,7 @@ struct ieee802_11_elems { | |||
865 | u8 pwr_constr_elem_len; | 865 | u8 pwr_constr_elem_len; |
866 | u8 quiet_elem_len; | 866 | u8 quiet_elem_len; |
867 | u8 num_of_quiet_elem; /* can be more the one */ | 867 | u8 num_of_quiet_elem; /* can be more the one */ |
868 | u8 assoc_comeback_len; | 868 | u8 timeout_int_len; |
869 | }; | 869 | }; |
870 | 870 | ||
871 | static inline struct ieee80211_local *hw_to_local( | 871 | static inline struct ieee80211_local *hw_to_local( |