Add a new field to HAL_ANISTATS - the extension channel busy count.
This is only used by the AR9300 HAL for now - but just be careful if you decide to recompile the kernel with NO_CLEAN=1.
This commit is contained in:
parent
d9d02715d3
commit
5f63869372
@ -540,6 +540,7 @@ typedef enum {
|
||||
typedef struct {
|
||||
u_int32_t cyclecnt_diff; /* delta cycle count */
|
||||
u_int32_t rxclr_cnt; /* rx clear count */
|
||||
u_int32_t extrxclr_cnt; /* ext chan rx clear count */
|
||||
u_int32_t txframecnt_diff; /* delta tx frame count */
|
||||
u_int32_t rxframecnt_diff; /* delta rx frame count */
|
||||
u_int32_t listen_time; /* listen time in msec - time for which ch is free */
|
||||
|
Loading…
Reference in New Issue
Block a user