Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143941
b: refs/heads/master
c: d1bcb9f
h: refs/heads/master
i:
  143939: 8dc6475
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Apr 21, 2009
1 parent 990f974 commit 8960e73
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: 7d42081a271bd8a82f2100524085c4f029e47717
refs/heads/master: d1bcb9f1273adee6d2ce5edf84f19409a5cc31b9
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ ieee80211_deliver_skb(struct ieee80211_rx_data *rx)
* mac80211. That also explains the __skb_push()
* below.
*/
align = (unsigned long)skb->data & 4;
align = (unsigned long)skb->data & 3;
if (align) {
if (WARN_ON(skb_headroom(skb) < 3)) {
dev_kfree_skb(skb);
Expand Down

0 comments on commit 8960e73

Please sign in to comment.