Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348398
b: refs/heads/master
c: 5ff3fec
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Aring authored and David S. Miller committed Jan 4, 2013
1 parent 31175c4 commit 214899d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: db2b620aa03d1301398dcba8b1097686bd82e65b
refs/heads/master: 5ff3fec6d3fc848753c2fa30b18607358f89a202
2 changes: 1 addition & 1 deletion trunk/net/mac802154/wpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void mac802154_wpan_setup(struct net_device *dev)

static int mac802154_process_data(struct net_device *dev, struct sk_buff *skb)
{
return netif_rx(skb);
return netif_rx_ni(skb);
}

static int
Expand Down

0 comments on commit 214899d

Please sign in to comment.