]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Fix kernel build, broken in r290612
authorgarga <garga@FreeBSD.org>
Mon, 9 Nov 2015 20:22:59 +0000 (20:22 +0000)
committergarga <garga@FreeBSD.org>
Mon, 9 Nov 2015 20:22:59 +0000 (20:22 +0000)
Approved by: adrian

sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
sys/dev/ath/ath_hal/ar5416/ar5416.h

index 34c93eb77881d0457f8e1d389329ebc465ba9042..d53d86ca97d31082f1a306546d5cbe3f0d1ea01e 100644 (file)
@@ -117,7 +117,7 @@ HAL_BOOL
 ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode,
        struct ieee80211_channel *chan,
        HAL_BOOL bChannelChange,
-       HAL_RESET_TYPE, resetType,
+       HAL_RESET_TYPE resetType,
        HAL_STATUS *status)
 {
 #define        N(a)    (sizeof (a) / sizeof (a[0]))
index 31c11136faa17638f18c01705d1388edb6c1a667..d7d0579d257a718ef8bab07096d9817450293e82 100644 (file)
@@ -193,7 +193,7 @@ extern      void ar5416RxMonitor(struct ath_hal *, const HAL_NODE_STATS *,
                             const struct ieee80211_channel *);
 extern void ar5416AniPoll(struct ath_hal *, const struct ieee80211_channel *);
 extern void ar5416AniReset(struct ath_hal *, const struct ieee80211_channel *,
-               HAL_OPMODE, HAL_RESET_TYPE, int);
+               HAL_OPMODE, int);
 
 extern void ar5416SetBeaconTimers(struct ath_hal *, const HAL_BEACON_TIMERS *);
 extern void ar5416BeaconInit(struct ath_hal *ah,