Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109457
b: refs/heads/master
c: 9aab3e3
h: refs/heads/master
i:
  109455: ffc47da
v: v3
  • Loading branch information
Jouni Malinen authored and John W. Linville committed Sep 3, 2008
1 parent c1547d1 commit 8bec6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 43f30ae0a6308fd5b862ee7851feca1fc18c72d0
refs/heads/master: 9aab3e3ee6f256a1eaabc275e0748132966f963d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ static int ath_tx_prepare(struct ath_softc *sc,
txctl->flags = ATH9K_TXDESC_CLRDMASK; /* needed for crypto errors */

if (tx_info->flags & IEEE80211_TX_CTL_NO_ACK)
tx_info->flags |= ATH9K_TXDESC_NOACK;
txctl->flags |= ATH9K_TXDESC_NOACK;
if (tx_info->flags & IEEE80211_TX_CTL_USE_RTS_CTS)
tx_info->flags |= ATH9K_TXDESC_RTSENA;
txctl->flags |= ATH9K_TXDESC_RTSENA;

/*
* Setup for rate calculations.
Expand Down

0 comments on commit 8bec6c6

Please sign in to comment.