Add an accessor macro for getting access to the default DFS parameters.
PR: kern/170904
This commit is contained in:
parent
c5c7ea28c7
commit
ec4ef3d914
@ -1185,6 +1185,8 @@ void ath_intr(void *);
|
||||
((*(_ah)->ah_enableDfs)((_ah), (_param)))
|
||||
#define ath_hal_getdfsthresh(_ah, _param) \
|
||||
((*(_ah)->ah_getDfsThresh)((_ah), (_param)))
|
||||
#define ath_hal_getdfsdefaultthresh(_ah, _param) \
|
||||
((*(_ah)->ah_getDfsDefaultThresh)((_ah), (_param)))
|
||||
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
|
||||
((*(_ah)->ah_procRadarEvent)((_ah), (_rxs), (_fulltsf), \
|
||||
(_buf), (_event)))
|
||||
|
Loading…
Reference in New Issue
Block a user