mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Add some more diagnostic codes.
Obtained from: Qualcomm Atheros
This commit is contained in:
parent
830c1c46f3
commit
9f24e32b4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239629
@ -63,6 +63,10 @@ enum {
|
|||||||
HAL_DIAG_CHECK_HANGS = 32, /* check h/w hangs */
|
HAL_DIAG_CHECK_HANGS = 32, /* check h/w hangs */
|
||||||
HAL_DIAG_SETREGS = 33, /* write registers */
|
HAL_DIAG_SETREGS = 33, /* write registers */
|
||||||
HAL_DIAG_CHANSURVEY = 34, /* channel survey */
|
HAL_DIAG_CHANSURVEY = 34, /* channel survey */
|
||||||
|
HAL_DIAG_PRINT_REG = 35,
|
||||||
|
HAL_DIAG_PRINT_REG_ALL = 36,
|
||||||
|
HAL_DIAG_CHANNELS = 37,
|
||||||
|
HAL_DIAG_PRINT_REG_COUNTER = 38,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _ATH_AH_DIAGCODES_H_ */
|
#endif /* _ATH_AH_DIAGCODES_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user