aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 072e8f3afa2b..446a327b3de0 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1935,7 +1935,7 @@ ieee80211_rx_h_mesh_fwding(struct ieee80211_rx_data *rx)
1935 ether_addr_equal(sdata->vif.addr, hdr->addr3)) 1935 ether_addr_equal(sdata->vif.addr, hdr->addr3))
1936 return RX_CONTINUE; 1936 return RX_CONTINUE;
1937 1937
1938 q = ieee80211_select_queue_80211(local, skb, hdr); 1938 q = ieee80211_select_queue_80211(sdata, skb, hdr);
1939 if (ieee80211_queue_stopped(&local->hw, q)) { 1939 if (ieee80211_queue_stopped(&local->hw, q)) {
1940 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_congestion); 1940 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_congestion);
1941 return RX_DROP_MONITOR; 1941 return RX_DROP_MONITOR;