aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-01-29 06:16:22 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-01-29 06:16:22 -0500
commit448cd55c37dc3ea30705c4826ac3e7dbbcb74aa2 (patch)
treeac1b09f416944e50119b31165d6c8bca47e6ca77 /net/mac80211/ieee80211_i.h
parent3b4797bce0050570e84bedd10e1b14e9320a3551 (diff)
parent9ebea3829fac7505e0cd2642fbd13cfa9c038831 (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.h6
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);
1367void ieee80211_sched_scan_stopped_work(struct work_struct *work); 1367void ieee80211_sched_scan_stopped_work(struct work_struct *work);
1368 1368
1369/* off-channel helpers */ 1369/* off-channel helpers */
1370void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local, 1370void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local);
1371 bool offchannel_ps_enable); 1371void ieee80211_offchannel_return(struct ieee80211_local *local);
1372void ieee80211_offchannel_return(struct ieee80211_local *local,
1373 bool offchannel_ps_disable);
1374void ieee80211_roc_setup(struct ieee80211_local *local); 1372void ieee80211_roc_setup(struct ieee80211_local *local);
1375void ieee80211_start_next_roc(struct ieee80211_local *local); 1373void ieee80211_start_next_roc(struct ieee80211_local *local);
1376void ieee80211_roc_purge(struct ieee80211_sub_if_data *sdata); 1374void ieee80211_roc_purge(struct ieee80211_sub_if_data *sdata);