aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athvar.h
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-11-09 15:59:42 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-11-09 15:59:42 +0000
commitf50e4ebf6a779dfa0b4d5aaeaabde41bb19296f3 (patch)
tree27f89645c5020187ba7110c77132998f00d7ee1a /sys/dev/ath/if_athvar.h
parenta55a04a89274017a5bee24d64075b91adc2ff0b1 (diff)
Notes
Diffstat (limited to 'sys/dev/ath/if_athvar.h')
-rw-r--r--sys/dev/ath/if_athvar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index e3d414b3fd03..30763a28d3ef 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -1035,8 +1035,9 @@ void ath_intr(void *);
*/
#define ath_hal_detach(_ah) \
((*(_ah)->ah_detach)((_ah)))
-#define ath_hal_reset(_ah, _opmode, _chan, _fullreset, _pstatus) \
- ((*(_ah)->ah_reset)((_ah), (_opmode), (_chan), (_fullreset), (_pstatus)))
+#define ath_hal_reset(_ah, _opmode, _chan, _fullreset, _resettype, _pstatus) \
+ ((*(_ah)->ah_reset)((_ah), (_opmode), (_chan), (_fullreset), \
+ (_resettype), (_pstatus)))
#define ath_hal_macversion(_ah) \
(((_ah)->ah_macVersion << 4) | ((_ah)->ah_macRev))
#define ath_hal_getratetable(_ah, _mode) \