aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath5k/reg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath5k/reg.h b/drivers/net/wireless/ath/ath5k/reg.h
index 6809b54a2ad7..debad07d9900 100644
--- a/drivers/net/wireless/ath/ath5k/reg.h
+++ b/drivers/net/wireless/ath/ath5k/reg.h
@@ -339,9 +339,9 @@
339#define AR5K_SISR2 0x008c /* Register Address [5211+] */ 339#define AR5K_SISR2 0x008c /* Register Address [5211+] */
340#define AR5K_SISR2_QCU_TXURN 0x000003ff /* Mask for QCU_TXURN */ 340#define AR5K_SISR2_QCU_TXURN 0x000003ff /* Mask for QCU_TXURN */
341#define AR5K_SISR2_QCU_TXURN_S 0 341#define AR5K_SISR2_QCU_TXURN_S 0
342#define AR5K_SISR2_MCABT 0x00100000 /* Master Cycle Abort */ 342#define AR5K_SISR2_MCABT 0x00010000 /* Master Cycle Abort */
343#define AR5K_SISR2_SSERR 0x00200000 /* Signaled System Error */ 343#define AR5K_SISR2_SSERR 0x00020000 /* Signaled System Error */
344#define AR5K_SISR2_DPERR 0x00400000 /* Bus parity error */ 344#define AR5K_SISR2_DPERR 0x00040000 /* Bus parity error */
345#define AR5K_SISR2_TIM 0x01000000 /* [5212+] */ 345#define AR5K_SISR2_TIM 0x01000000 /* [5212+] */
346#define AR5K_SISR2_CAB_END 0x02000000 /* [5212+] */ 346#define AR5K_SISR2_CAB_END 0x02000000 /* [5212+] */
347#define AR5K_SISR2_DTIM_SYNC 0x04000000 /* DTIM sync lost [5212+] */ 347#define AR5K_SISR2_DTIM_SYNC 0x04000000 /* DTIM sync lost [5212+] */
@@ -430,9 +430,9 @@
430#define AR5K_SIMR2 0x00ac /* Register Address [5211+] */ 430#define AR5K_SIMR2 0x00ac /* Register Address [5211+] */
431#define AR5K_SIMR2_QCU_TXURN 0x000003ff /* Mask for QCU_TXURN */ 431#define AR5K_SIMR2_QCU_TXURN 0x000003ff /* Mask for QCU_TXURN */
432#define AR5K_SIMR2_QCU_TXURN_S 0 432#define AR5K_SIMR2_QCU_TXURN_S 0
433#define AR5K_SIMR2_MCABT 0x00100000 /* Master Cycle Abort */ 433#define AR5K_SIMR2_MCABT 0x00010000 /* Master Cycle Abort */
434#define AR5K_SIMR2_SSERR 0x00200000 /* Signaled System Error */ 434#define AR5K_SIMR2_SSERR 0x00020000 /* Signaled System Error */
435#define AR5K_SIMR2_DPERR 0x00400000 /* Bus parity error */ 435#define AR5K_SIMR2_DPERR 0x00040000 /* Bus parity error */
436#define AR5K_SIMR2_TIM 0x01000000 /* [5212+] */ 436#define AR5K_SIMR2_TIM 0x01000000 /* [5212+] */
437#define AR5K_SIMR2_CAB_END 0x02000000 /* [5212+] */ 437#define AR5K_SIMR2_CAB_END 0x02000000 /* [5212+] */
438#define AR5K_SIMR2_DTIM_SYNC 0x04000000 /* DTIM Sync lost [5212+] */ 438#define AR5K_SIMR2_DTIM_SYNC 0x04000000 /* DTIM Sync lost [5212+] */