diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 564167fbb9aa..055bb776408c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1083,6 +1083,8 @@ void ieee80211_dynamic_ps_timer(unsigned long data); | |||
1083 | void ieee80211_send_nullfunc(struct ieee80211_local *local, | 1083 | void ieee80211_send_nullfunc(struct ieee80211_local *local, |
1084 | struct ieee80211_sub_if_data *sdata, | 1084 | struct ieee80211_sub_if_data *sdata, |
1085 | int powersave); | 1085 | int powersave); |
1086 | void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, | ||
1087 | struct ieee80211_hdr *hdr); | ||
1086 | 1088 | ||
1087 | void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, | 1089 | void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, |
1088 | enum queue_stop_reason reason); | 1090 | enum queue_stop_reason reason); |