diff options
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 465fce0f62ad..96b0faf40b11 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -1730,7 +1730,6 @@ void __ieee80211_rx_handle_packet(struct ieee80211_hw *hw, struct sk_buff *skb, | |||
1730 | ieee80211_invoke_rx_handlers(local, local->rx_handlers, &rx, | 1730 | ieee80211_invoke_rx_handlers(local, local->rx_handlers, &rx, |
1731 | rx.sta); | 1731 | rx.sta); |
1732 | sta_info_put(sta); | 1732 | sta_info_put(sta); |
1733 | rcu_read_unlock(); | ||
1734 | return; | 1733 | return; |
1735 | } | 1734 | } |
1736 | 1735 | ||