diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
| -rw-r--r-- | net/mac80211/ieee80211_i.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 26900025de2f..ae9c33cd8ada 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1467,7 +1467,7 @@ struct ieee802_11_elems {  	const struct ieee80211_timeout_interval_ie *timeout_int;  	const u8 *opmode_notif;  	const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; -	const struct ieee80211_mesh_chansw_params_ie *mesh_chansw_params_ie; +	struct ieee80211_mesh_chansw_params_ie *mesh_chansw_params_ie;  	const struct ieee80211_bss_max_idle_period_ie *max_idle_period_ie;  	/* length of them, respectively */  |