]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
ath(4) - reflect whether this is a full or fast channel change.
authoradrian <adrian@FreeBSD.org>
Sat, 7 Nov 2015 00:51:51 +0000 (00:51 +0000)
committeradrian <adrian@FreeBSD.org>
Sat, 7 Nov 2015 00:51:51 +0000 (00:51 +0000)
It's no longer "outdoor."

sys/dev/ath/if_athvar.h

index 1af99aa9c334e5f8595367f9958bc074c0da0b76..e3d414b3fd03117dde21d47ba244d439d217e788 100644 (file)
@@ -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) \