Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300709
b: refs/heads/master
c: 14dc785
h: refs/heads/master
i:
  300707: 1039bce
v: v3
  • Loading branch information
Qasim Javed authored and John W. Linville committed Apr 11, 2012
1 parent 4774032 commit bfce6a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 6d52563f2bc217cbdccb97068f5b6176352f01f2
refs/heads/master: 14dc7852099535d17807e348dd127433413b7e0a
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/ath/ath5k/desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,8 @@ ath5k_hw_proc_2word_tx_status(struct ath5k_hw *ah,
struct ath5k_desc *desc,
struct ath5k_tx_status *ts)
{
struct ath5k_hw_2w_tx_ctl *tx_ctl;
struct ath5k_hw_tx_status *tx_status;

tx_ctl = &desc->ud.ds_tx5210.tx_ctl;
tx_status = &desc->ud.ds_tx5210.tx_stat;

/* No frame has been send or error */
Expand Down Expand Up @@ -497,11 +495,9 @@ ath5k_hw_proc_4word_tx_status(struct ath5k_hw *ah,
struct ath5k_desc *desc,
struct ath5k_tx_status *ts)
{
struct ath5k_hw_4w_tx_ctl *tx_ctl;
struct ath5k_hw_tx_status *tx_status;
u32 txstat0, txstat1;

tx_ctl = &desc->ud.ds_tx5212.tx_ctl;
tx_status = &desc->ud.ds_tx5212.tx_stat;

txstat1 = ACCESS_ONCE(tx_status->tx_status_1);
Expand Down

0 comments on commit bfce6a3

Please sign in to comment.