aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-10-27 12:59:35 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-30 16:49:19 -0400
commit11158472c4ea7a4817d85912c491afa36a244192 (patch)
treed49e1831208352e5ca5a152a2d5f53a36acdc02f /drivers
parentf934c4d9de85571ff792360aa72dd26e00e1afc7 (diff)
ath9k_hw: add AR9271 single chip name mapping
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 5d7a5b177a39..ea6965134c07 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -4363,7 +4363,8 @@ static struct {
4363 /* Single-chip solutions */ 4363 /* Single-chip solutions */
4364 { AR_SREV_VERSION_9280, "9280" }, 4364 { AR_SREV_VERSION_9280, "9280" },
4365 { AR_SREV_VERSION_9285, "9285" }, 4365 { AR_SREV_VERSION_9285, "9285" },
4366 { AR_SREV_VERSION_9287, "9287" } 4366 { AR_SREV_VERSION_9287, "9287" },
4367 { AR_SREV_VERSION_9271, "9271" },
4367}; 4368};
4368 4369
4369/* For devices with external radios */ 4370/* For devices with external radios */