aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5a1f19ad43c8..67bd5220cf40 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -728,6 +728,7 @@ struct ieee80211_local {
728 unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */ 728 unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */
729 729
730 bool powersave; 730 bool powersave;
731 bool pspolling;
731 struct work_struct dynamic_ps_enable_work; 732 struct work_struct dynamic_ps_enable_work;
732 struct work_struct dynamic_ps_disable_work; 733 struct work_struct dynamic_ps_disable_work;
733 struct timer_list dynamic_ps_timer; 734 struct timer_list dynamic_ps_timer;
@@ -921,6 +922,8 @@ u32 ieee80211_sta_get_rates(struct ieee80211_local *local,
921 enum ieee80211_band band); 922 enum ieee80211_band band);
922void ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst, 923void ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst,
923 u8 *ssid, size_t ssid_len); 924 u8 *ssid, size_t ssid_len);
925void ieee80211_send_pspoll(struct ieee80211_local *local,
926 struct ieee80211_sub_if_data *sdata);
924 927
925/* scan/BSS handling */ 928/* scan/BSS handling */
926int ieee80211_request_scan(struct ieee80211_sub_if_data *sdata, 929int ieee80211_request_scan(struct ieee80211_sub_if_data *sdata,