summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2015-11-09 20:22:59 +0000
committergarga <garga@FreeBSD.org>2015-11-09 20:22:59 +0000
commit95669e6e6d238ec343cee1e7ffe022320ab65153 (patch)
treeb16461c43f0c0655eb225c4da13eef3d1e1aaf25
parent63ed08e59535d82a4b0ef54872808e95245ea491 (diff)
downloadFreeBSD-src-95669e6e6d238ec343cee1e7ffe022320ab65153.zip
FreeBSD-src-95669e6e6d238ec343cee1e7ffe022320ab65153.tar.gz
Fix kernel build, broken in r290612
Approved by: adrian
-rw-r--r--sys/dev/ath/ath_hal/ar5212/ar5212_reset.c2
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
index 34c93eb..d53d86c 100644
--- a/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
+++ b/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
@@ -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]))
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416.h b/sys/dev/ath/ath_hal/ar5416/ar5416.h
index 31c1113..d7d0579 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416.h
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416.h
@@ -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,
OpenPOWER on IntegriCloud