Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309511
b: refs/heads/master
c: c26a0e1
h: refs/heads/master
i:
  309509: e1b1900
  309507: eb1d8ec
  309503: 566e2eb
v: v3
  • Loading branch information
Claudio Pisa authored and John W. Linville committed May 29, 2012
1 parent 93c599f commit 52f88f5
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: bfc441a4bbe9b7a56d3611cc14c98cce3a573565
refs/heads/master: c26a0e105cf11fa482116cc59a7c6cd9c01dd61b
2 changes: 1 addition & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx,

/* Don't calculate ACKs for QoS Frames with NoAck Policy set */
if (ieee80211_is_data_qos(hdr->frame_control) &&
*(ieee80211_get_qos_ctl(hdr)) | IEEE80211_QOS_CTL_ACK_POLICY_NOACK)
*(ieee80211_get_qos_ctl(hdr)) & IEEE80211_QOS_CTL_ACK_POLICY_NOACK)
dur = 0;
else
/* Time needed to transmit ACK
Expand Down

0 comments on commit 52f88f5

Please sign in to comment.