Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210251
b: refs/heads/master
c: d8e1ba7
h: refs/heads/master
i:
  210249: dd22e2a
  210247: f6b34d8
v: v3
  • Loading branch information
John W. Linville committed Aug 30, 2010
1 parent 3e6a3e8 commit d7a36dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 557de5eb29caeab56c2f97b49eec02e32a2cbe32
refs/heads/master: d8e1ba76d619dbc0be8fbeee4e6c683b5c812d3a
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,10 @@ ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf,
PCI_DMA_TODEVICE);

rate = ieee80211_get_tx_rate(sc->hw, info);
if (!rate) {
ret = -EINVAL;
goto err_unmap;
}

if (info->flags & IEEE80211_TX_CTL_NO_ACK)
flags |= AR5K_TXDESC_NOACK;
Expand Down

0 comments on commit d7a36dd

Please sign in to comment.