diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2018-05-25 01:27:39 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2018-05-25 01:27:39 +0000 |
| commit | a861b06b97b838e5905bfb644ebafa65bf75e930 (patch) | |
| tree | c7ae5c0d5f47151bc8b55e31ddc47df1a807faaa /sys/dev/ath | |
| parent | fc16061f19d463926e7be255e78e7e27e8e832b1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ath_hal/ah.h | 6 | ||||
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index 4d9ca773917e..b887e9f5afb4 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -763,6 +763,12 @@ typedef enum { HAL_RESET_FORCE_COLD = 2, /* Force full reset */ } HAL_RESET_TYPE; +enum { + HAL_RESET_POWER_ON, + HAL_RESET_WARM, + HAL_RESET_COLD +}; + typedef struct { uint8_t kv_type; /* one of HAL_CIPHER */ uint8_t kv_apsd; /* Mask for APSD enabled ACs */ diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416.h b/sys/dev/ath/ath_hal/ar5416/ar5416.h index 1fa96afe312d..d71d2f922919 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416.h +++ b/sys/dev/ath/ath_hal/ar5416/ar5416.h @@ -27,12 +27,6 @@ #define AR5416_MAGIC 0x20065416 -enum { - HAL_RESET_POWER_ON, - HAL_RESET_WARM, - HAL_RESET_COLD, -}; - typedef struct { uint16_t synth_center; uint16_t ctl_center; |
