Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352319
b: refs/heads/master
c: 241804c
h: refs/heads/master
i:
  352317: 50bf8d1
  352315: 0a51518
  352311: 1041e01
  352303: 7bf1d51
  352287: b2838b1
  352255: 8f9982f
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Jan 30, 2013
1 parent 72fb11c commit b9669e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb901733b4d6f6d1f00354f62de7df826cf1dfe8
refs/heads/master: 241804cb7b09d05c1e79735fa51521b211f51fd1
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/wil6210/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ static void wil_netif_rx_any(struct sk_buff *skb, struct net_device *ndev)
int rc;
unsigned int len = skb->len;

skb_orphan(skb);

if (in_interrupt())
rc = netif_rx(skb);
else
Expand Down Expand Up @@ -464,8 +466,6 @@ void wil_rx_handle(struct wil6210_priv *wil)
wil_hex_dump_TXRX("Rx ", DUMP_PREFIX_OFFSET, 16, 1,
skb->data, skb_headlen(skb), false);

skb_orphan(skb);

if (wil->wdev->iftype == NL80211_IFTYPE_MONITOR) {
skb->dev = ndev;
skb_reset_mac_header(skb);
Expand Down

0 comments on commit b9669e1

Please sign in to comment.