Deleted Added
full compact
17c17
< * $FreeBSD: head/sys/dev/ath/ath_hal/ah.h 280940 2015-04-01 03:42:46Z adrian $
---
> * $FreeBSD: head/sys/dev/ath/ath_hal/ah.h 290612 2015-11-09 15:59:42Z adrian $
755a756,761
> typedef enum {
> HAL_RESET_NORMAL = 0, /* Do normal reset */
> HAL_RESET_BBPANIC = 1, /* Reset because of BB panic */
> HAL_RESET_FORCE_COLD = 2, /* Force full reset */
> } HAL_RESET_TYPE;
>
1091,1095d1096
< typedef enum {
< HAL_RESET_NONE = 0x0,
< HAL_RESET_BBPANIC = 0x1,
< } HAL_RESET_TYPE;
<
1357c1358,1360
< HAL_BOOL bChannelChange, HAL_STATUS *status);
---
> HAL_BOOL bChannelChange,
> HAL_RESET_TYPE resetType,
> HAL_STATUS *status);