diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-01-29 06:16:22 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-01-29 06:16:22 -0500 |
commit | 448cd55c37dc3ea30705c4826ac3e7dbbcb74aa2 (patch) | |
tree | ac1b09f416944e50119b31165d6c8bca47e6ca77 /net/mac80211/ieee80211_i.h | |
parent | 3b4797bce0050570e84bedd10e1b14e9320a3551 (diff) | |
parent | 9ebea3829fac7505e0cd2642fbd13cfa9c038831 (diff) |
Merge remote-tracking branch 'wireless-next/master' into HEAD
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index aec1b332aeb7..5fba867d9e2e 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1367,10 +1367,8 @@ int ieee80211_request_sched_scan_stop(struct ieee80211_sub_if_data *sdata); | |||
1367 | void ieee80211_sched_scan_stopped_work(struct work_struct *work); | 1367 | void ieee80211_sched_scan_stopped_work(struct work_struct *work); |
1368 | 1368 | ||
1369 | /* off-channel helpers */ | 1369 | /* off-channel helpers */ |
1370 | void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local, | 1370 | void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local); |
1371 | bool offchannel_ps_enable); | 1371 | void ieee80211_offchannel_return(struct ieee80211_local *local); |
1372 | void ieee80211_offchannel_return(struct ieee80211_local *local, | ||
1373 | bool offchannel_ps_disable); | ||
1374 | void ieee80211_roc_setup(struct ieee80211_local *local); | 1372 | void ieee80211_roc_setup(struct ieee80211_local *local); |
1375 | void ieee80211_start_next_roc(struct ieee80211_local *local); | 1373 | void ieee80211_start_next_roc(struct ieee80211_local *local); |
1376 | void ieee80211_roc_purge(struct ieee80211_sub_if_data *sdata); | 1374 | void ieee80211_roc_purge(struct ieee80211_sub_if_data *sdata); |