Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122823
b: refs/heads/master
c: 5e3f308
h: refs/heads/master
i:
  122821: d78323b
  122819: 5264ccc
  122815: 1a4814e
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Dec 19, 2008
1 parent f47ea48 commit f122378
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6110781af080c007b2202187a8518920e03d5748
refs/heads/master: 5e3f308997f53d00e8cbebdb89d4f6e347aa963a
3 changes: 2 additions & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ static void ieee80211_tasklet_handler(unsigned long data)
dev_kfree_skb(skb);
break ;
default:
WARN_ON(1);
WARN(1, "mac80211: Packet is of unknown type %d\n",
skb->pkt_type);
dev_kfree_skb(skb);
break;
}
Expand Down

0 comments on commit f122378

Please sign in to comment.