svn commit: r234510 - head/sys/dev/ath/ath_hal/ar9002

Adrian Chadd adrian at FreeBSD.org
Fri Apr 20 22:07:22 UTC 2012


Author: adrian
Date: Fri Apr 20 22:07:21 2012
New Revision: 234510
URL: http://svn.freebsd.org/changeset/base/234510

Log:
  .. oops.

Modified:
  head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c

Modified: head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c	Fri Apr 20 22:01:12 2012	(r234509)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c	Fri Apr 20 22:07:21 2012	(r234510)
@@ -179,6 +179,7 @@ ar9280Attach(uint16_t devid, HAL_SOFTC s
 		AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead;
 		AH_PRIVATE((ah))->ah_eepromWrite = NULL;
 		ah->ah_eepromdata = eepromdata;
+	}
 
 	/* XXX override with 9280 specific state */
 	/* override 5416 methods for our needs */


More information about the svn-src-all mailing list