diff options
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 47d395a51923..dbfb28465354 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -856,6 +856,9 @@ ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) | |||
856 | if (!(rx->flags & IEEE80211_RX_RA_MATCH)) | 856 | if (!(rx->flags & IEEE80211_RX_RA_MATCH)) |
857 | return RX_CONTINUE; | 857 | return RX_CONTINUE; |
858 | 858 | ||
859 | if (rx->sdata->vif.type == NL80211_IFTYPE_STATION) | ||
860 | ieee80211_sta_rx_notify(rx->sdata, hdr); | ||
861 | |||
859 | sta->rx_fragments++; | 862 | sta->rx_fragments++; |
860 | sta->rx_bytes += rx->skb->len; | 863 | sta->rx_bytes += rx->skb->len; |
861 | sta->last_signal = rx->status->signal; | 864 | sta->last_signal = rx->status->signal; |