diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-10-23 14:26:04 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-02 14:24:52 -0500 |
commit | 4dd3564030020f8beb8dc7bbfea05781648836d0 (patch) | |
tree | c980fdea0dd477ca054d89ae7dae55e8935bd214 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 96581132423d71195b49fa7286dc1c0663ce21b5 (diff) | |
download | linux-4dd3564030020f8beb8dc7bbfea05781648836d0.tar.gz linux-4dd3564030020f8beb8dc7bbfea05781648836d0.tar.bz2 linux-4dd3564030020f8beb8dc7bbfea05781648836d0.zip |
ath9k: Identify Killer Wireless cards
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/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 60a5da53668f..9cf412c6c32c 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -642,6 +642,7 @@ void ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs); #define ATH9K_PCI_AR9565_1ANT 0x0080 #define ATH9K_PCI_AR9565_2ANT 0x0100 #define ATH9K_PCI_NO_PLL_PWRSAVE 0x0200 +#define ATH9K_PCI_KILLER 0x0400 /* * Default cache line size, in bytes. |