svn commit: r239603 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Thu Aug 23 02:58:07 UTC 2012


Author: adrian
Date: Thu Aug 23 02:58:06 2012
New Revision: 239603
URL: http://svn.freebsd.org/changeset/base/239603

Log:
  Add chipset names.

Modified:
  head/sys/dev/ath/ath_hal/ah.c

Modified: head/sys/dev/ath/ath_hal/ah.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.c	Thu Aug 23 01:43:22 2012	(r239602)
+++ head/sys/dev/ath/ath_hal/ah.c	Thu Aug 23 02:58:06 2012	(r239603)
@@ -101,9 +101,9 @@ ath_hal_mac_name(struct ath_hal *ah)
 		return "5413";
 	case AR_SREV_VERSION_COBRA:
 		return "2415";
-	case AR_SREV_2425:
+	case AR_SREV_2425:	/* Swan */
 		return "2425";
-	case AR_SREV_2417:
+	case AR_SREV_2417:	/* Nala */
 		return "2417";
 	case AR_XSREV_VERSION_OWL_PCI:
 		return "5416";


More information about the svn-src-all mailing list