diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-06-18 15:42:36 +0530 |
---|---|---|
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) | |
download | lwn-12eea64003abcb10563eaefc98ce0aeb58b05f61.tar.gz lwn-12eea64003abcb10563eaefc98ce0aeb58b05f61.zip |
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) ath_info(common, "Set parameters for %s\n", (sc->driver_data & ATH9K_PCI_CUS198) ? "CUS198" : "CUS230"); + } else if (sc->driver_data & ATH9K_PCI_CUS217) { + ath_info(common, "CUS217 card detected\n"); } } |