Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203559
b: refs/heads/master
c: e5cbef9
h: refs/heads/master
i:
  203557: 9570b26
  203555: 0d8690e
  203551: 37e956e
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 12, 2010
1 parent 2a153d2 commit 68830d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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: 9cc2f3e881dcda5466c55ffe8dd0a9d1433469cb
refs/heads/master: e5cbef96cf8bf9967605a1b75b115f4b7efa7bc4
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar9002_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ static int ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds,
ts->ts_shortretry = MS(ads->ds_txstatus1, AR_RTSFailCnt);
ts->ts_longretry = MS(ads->ds_txstatus1, AR_DataFailCnt);
ts->ts_virtcol = MS(ads->ds_txstatus1, AR_VirtRetryCnt);
ts->tid = MS(ads->ds_txstatus9, AR_TxTid);
ts->ts_antenna = 0;

return 0;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#define AR_TxDescId_S 16
#define AR_TxPtrChkSum 0x0000ffff

#define AR_TxTid 0xf0000000
#define AR_TxTid_S 28

#define AR_LowRxChain 0x00004000

#define AR_Not_Sounding 0x20000000
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ struct ar5416_desc {
#define AR_TxRSSICombined 0xff000000
#define AR_TxRSSICombined_S 24

#define AR_TxTid 0xf0000000
#define AR_TxTid_S 28

#define AR_TxEVM0 ds_txstatus5
#define AR_TxEVM1 ds_txstatus6
#define AR_TxEVM2 ds_txstatus7
Expand Down

0 comments on commit 68830d8

Please sign in to comment.