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";
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to