diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-06-18 06:12:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-18 14:46:47 -0400 |
commit | 12eea64003abcb10563eaefc98ce0aeb58b05f61 (patch) | |
tree | 692aae0df050ba7ef55f0675f3ce6e435b18ffc8 /drivers/net/wireless/ath/ath9k/init.c | |
parent | e57426720f04587da79865176176f581cf79a11a (diff) |
ath9k: Add PCI IDs for CUS217
CUS217 is a card based on AR9462.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/init.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index 0d17415a8a84..1e555d899469 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -529,6 +529,8 @@ static void ath9k_init_platform(struct ath_softc *sc) | |||
529 | ath_info(common, "Set parameters for %s\n", | 529 | ath_info(common, "Set parameters for %s\n", |
530 | (sc->driver_data & ATH9K_PCI_CUS198) ? | 530 | (sc->driver_data & ATH9K_PCI_CUS198) ? |
531 | "CUS198" : "CUS230"); | 531 | "CUS198" : "CUS230"); |
532 | } else if (sc->driver_data & ATH9K_PCI_CUS217) { | ||
533 | ath_info(common, "CUS217 card detected\n"); | ||
532 | } | 534 | } |
533 | } | 535 | } |
534 | 536 | ||