1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

Add some more diagnostic codes.

Obtained from:	Qualcomm Atheros
This commit is contained in:
Adrian Chadd 2012-08-24 00:17:39 +00:00
parent 830c1c46f3
commit 9f24e32b4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239629

View File

@ -63,6 +63,10 @@ enum {
HAL_DIAG_CHECK_HANGS = 32, /* check h/w hangs */
HAL_DIAG_SETREGS = 33, /* write registers */
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_ */