svn commit: r290616 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

Renato Botelho garga at FreeBSD.org
Mon Nov 9 20:23:01 UTC 2015


Author: garga (ports committer)
Date: Mon Nov  9 20:22:59 2015
New Revision: 290616
URL: https://svnweb.freebsd.org/changeset/base/290616

Log:
  Fix kernel build, broken in r290612
  
  Approved by:	adrian

Modified:
  head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
  head/sys/dev/ath/ath_hal/ar5416/ar5416.h

Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c	Mon Nov  9 18:33:36 2015	(r290615)
+++ head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c	Mon Nov  9 20:22:59 2015	(r290616)
@@ -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]))

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416.h	Mon Nov  9 18:33:36 2015	(r290615)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416.h	Mon Nov  9 20:22:59 2015	(r290616)
@@ -193,7 +193,7 @@ extern	void ar5416RxMonitor(struct ath_h
 			     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,


More information about the svn-src-head mailing list