Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144747
b: refs/heads/master
c: 8ccd8f2
h: refs/heads/master
i:
  144745: f99e677
  144743: 368e437
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 4, 2009
1 parent 91df281 commit a1b70e5
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: 3ee59f8d0dcab2e114546038b2b224776c82b7f7
refs/heads/master: 8ccd8f21122dcc30a665516d43aa8b4aa8ae51f6
2 changes: 1 addition & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ ieee80211_tx_h_fragment(struct ieee80211_tx_data *tx)
hdrlen = ieee80211_hdrlen(hdr->frame_control);

/* internal error, why is TX_FRAGMENTED set? */
if (WARN_ON(skb->len <= frag_threshold))
if (WARN_ON(skb->len + FCS_LEN <= frag_threshold))
return TX_DROP;

/*
Expand Down

0 comments on commit a1b70e5

Please sign in to comment.