diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 10c3180b165e..8f240c0ec304 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1019,7 +1019,7 @@ struct ieee80211_local { | |||
1019 | enum mac80211_scan_state next_scan_state; | 1019 | enum mac80211_scan_state next_scan_state; |
1020 | struct delayed_work scan_work; | 1020 | struct delayed_work scan_work; |
1021 | struct ieee80211_sub_if_data __rcu *scan_sdata; | 1021 | struct ieee80211_sub_if_data __rcu *scan_sdata; |
1022 | struct ieee80211_channel *csa_channel; | 1022 | struct cfg80211_chan_def csa_chandef; |
1023 | /* For backward compatibility only -- do not use */ | 1023 | /* For backward compatibility only -- do not use */ |
1024 | struct cfg80211_chan_def _oper_chandef; | 1024 | struct cfg80211_chan_def _oper_chandef; |
1025 | 1025 | ||
@@ -1183,6 +1183,7 @@ struct ieee802_11_elems { | |||
1183 | const u8 *pwr_constr_elem; | 1183 | const u8 *pwr_constr_elem; |
1184 | const struct ieee80211_timeout_interval_ie *timeout_int; | 1184 | const struct ieee80211_timeout_interval_ie *timeout_int; |
1185 | const u8 *opmode_notif; | 1185 | const u8 *opmode_notif; |
1186 | const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; | ||
1186 | 1187 | ||
1187 | /* length of them, respectively */ | 1188 | /* length of them, respectively */ |
1188 | u8 ssid_len; | 1189 | u8 ssid_len; |