mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ath(4) - reflect whether this is a full or fast channel change.
It's no longer "outdoor."
This commit is contained in:
parent
b577e693aa
commit
dccb3981eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1035,8 +1035,8 @@ void ath_intr(void *);
|
|||
*/
|
||||
#define ath_hal_detach(_ah) \
|
||||
((*(_ah)->ah_detach)((_ah)))
|
||||
#define ath_hal_reset(_ah, _opmode, _chan, _outdoor, _pstatus) \
|
||||
((*(_ah)->ah_reset)((_ah), (_opmode), (_chan), (_outdoor), (_pstatus)))
|
||||
#define ath_hal_reset(_ah, _opmode, _chan, _fullreset, _pstatus) \
|
||||
((*(_ah)->ah_reset)((_ah), (_opmode), (_chan), (_fullreset), (_pstatus)))
|
||||
#define ath_hal_macversion(_ah) \
|
||||
(((_ah)->ah_macVersion << 4) | ((_ah)->ah_macRev))
|
||||
#define ath_hal_getratetable(_ah, _mode) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue