Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231203
b: refs/heads/master
c: 3b5c582
h: refs/heads/master
i:
  231201: 34056ac
  231199: fec74c5
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jan 10, 2011
1 parent 5cf4b25 commit fbb7f28
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: 016134eee334d51262f10ce3261976ea40a57878
refs/heads/master: 3b5c5827d1f80ad8ae844a8b1183f59ddb90fe25
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static void p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb,
else
*burst_possible = false;

if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ)
if (!(info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ))
*flags |= P54_HDR_FLAG_DATA_OUT_SEQNR;

if (info->flags & IEEE80211_TX_CTL_PSPOLL_RESPONSE)
Expand Down

0 comments on commit fbb7f28

Please sign in to comment.