svn commit: r250129 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Wed May 1 01:49:01 UTC 2013


Author: adrian
Date: Wed May  1 01:49:00 2013
New Revision: 250129
URL: http://svnweb.freebsd.org/changeset/base/250129

Log:
  There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead.

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c	Wed May  1 00:04:29 2013	(r250128)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c	Wed May  1 01:49:00 2013	(r250129)
@@ -1138,7 +1138,7 @@ ar9300_get_diag_state(struct ath_hal *ah
 #ifdef AH_PRIVATE_DIAG
     case HAL_DIAG_EEPROM:
         *result = &ahp->ah_eeprom;
-        *resultsize = sizeof(HAL_EEPROM);
+        *resultsize = sizeof(ar9300_eeprom_t);
         return AH_TRUE;
 
 #if 0   /* XXX - TODO */


More information about the svn-src-head mailing list