svn commit: r217686 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Fri Jan 21 07:26:54 UTC 2011


Author: adrian
Date: Fri Jan 21 07:26:53 2011
New Revision: 217686
URL: http://svn.freebsd.org/changeset/base/217686

Log:
  Add missing getCapability call for AR5416.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Fri Jan 21 06:42:25 2011	(r217685)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Fri Jan 21 07:26:53 2011	(r217686)
@@ -110,6 +110,7 @@ ar5416InitState(struct ath_hal_5416 *ahp
 	ah->ah_procMibEvent		= ar5416ProcessMibIntr,
 
 	/* Misc Functions */
+	ah->ah_getCapability		= ar5416GetCapability;
 	ah->ah_getDiagState		= ar5416GetDiagState;
 	ah->ah_setLedState		= ar5416SetLedState;
 	ah->ah_gpioCfgOutput		= ar5416GpioCfgOutput;


More information about the svn-src-all mailing list