diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2013-01-08 22:15:13 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-01-08 22:15:13 +0000 |
| commit | e1c562d83a34307928d1726c484d37f6b87d8372 (patch) | |
| tree | 2e06f83cda2653216a4ad5ebf11199a9f7b08579 /sys/dev/ath/if_athioctl.h | |
| parent | dea85013f1d16893c2cce8c63c2033372dbc2070 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_athioctl.h')
| -rw-r--r-- | sys/dev/ath/if_athioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index d6adf94064ba..f7b860054855 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -427,5 +427,7 @@ struct ath_tx_radiotap_header { #define SPECTRAL_CONTROL_STOP 5 #define SPECTRAL_CONTROL_GET_PARAMS 6 #define SPECTRAL_CONTROL_SET_PARAMS 7 +#define SPECTRAL_CONTROL_ENABLE_AT_RESET 8 +#define SPECTRAL_CONTROL_DISABLE_AT_RESET 9 #endif /* _DEV_ATH_ATHIOCTL_H */ |
