rt2x00: Add register definition for busy time on secondary channel
Add the register definition CH_BUSY_STA_SEC for reading the busy time on the secondary channel in HT40 mode. Also update the comments about channel busy/idle time registers to express the used unit. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
b1ef7252f4
commit
d4ce3a5ea1
@@ -747,15 +747,20 @@
|
|||||||
#define INT_TIMER_EN_GP_TIMER FIELD32(0x00000002)
|
#define INT_TIMER_EN_GP_TIMER FIELD32(0x00000002)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CH_IDLE_STA: channel idle time
|
* CH_IDLE_STA: channel idle time (in us)
|
||||||
*/
|
*/
|
||||||
#define CH_IDLE_STA 0x1130
|
#define CH_IDLE_STA 0x1130
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CH_BUSY_STA: channel busy time
|
* CH_BUSY_STA: channel busy time on primary channel (in us)
|
||||||
*/
|
*/
|
||||||
#define CH_BUSY_STA 0x1134
|
#define CH_BUSY_STA 0x1134
|
||||||
|
|
||||||
|
/*
|
||||||
|
* CH_BUSY_STA_SEC: channel busy time on secondary channel in HT40 mode (in us)
|
||||||
|
*/
|
||||||
|
#define CH_BUSY_STA_SEC 0x1138
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MAC_STATUS_CFG:
|
* MAC_STATUS_CFG:
|
||||||
* BBP_RF_BUSY: When set to 0, BBP and RF are stable.
|
* BBP_RF_BUSY: When set to 0, BBP and RF are stable.
|
||||||
|
Reference in New Issue
Block a user