ath9k_hw: add AR9271 single chip name mapping
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 27 Oct 2009 16:59:35 +0000 (12:59 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:49:19 +0000 (16:49 -0400)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c

index 5d7a5b1..ea69651 100644 (file)
@@ -4363,7 +4363,8 @@ static struct {
        /* Single-chip solutions */
        { AR_SREV_VERSION_9280,         "9280" },
        { AR_SREV_VERSION_9285,         "9285" },
-       { AR_SREV_VERSION_9287,         "9287" }
+       { AR_SREV_VERSION_9287,         "9287" },
+       { AR_SREV_VERSION_9271,         "9271" },
 };
 
 /* For devices with external radios */