Loading net/mac80211/status.c +2 −2 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) skb2 = skb_clone(skb, GFP_ATOMIC); if (skb2) { skb2->dev = prev_dev; netif_rx(skb2); netif_receive_skb(skb2); } } Loading @@ -386,7 +386,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) } if (prev_dev) { skb->dev = prev_dev; netif_rx(skb); netif_receive_skb(skb); skb = NULL; } rcu_read_unlock(); Loading Loading
net/mac80211/status.c +2 −2 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) skb2 = skb_clone(skb, GFP_ATOMIC); if (skb2) { skb2->dev = prev_dev; netif_rx(skb2); netif_receive_skb(skb2); } } Loading @@ -386,7 +386,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) } if (prev_dev) { skb->dev = prev_dev; netif_rx(skb); netif_receive_skb(skb); skb = NULL; } rcu_read_unlock(); Loading