diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-10-29 11:52:06 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-02 14:24:55 -0500 |
commit | c6fc7e64e1a699b77681dd383d9a5a1ff9eb48e9 (patch) | |
tree | 966b24fb86a94a2e47c9c74e9c20b3ade0be63ac /drivers/net/wireless/ath/ath9k/hw.c | |
parent | 28148db74d69de3d2ed0c401ec6ee53bd603f959 (diff) | |
download | op-kernel-dev-c6fc7e64e1a699b77681dd383d9a5a1ff9eb48e9.zip op-kernel-dev-c6fc7e64e1a699b77681dd383d9a5a1ff9eb48e9.tar.gz |
ath9k: Remove pcieSerDesWrite
This HW config option is always set to true and is not needed.
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/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 54b0415..381fbe1 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -454,7 +454,6 @@ static void ath9k_hw_init_config(struct ath_hw *ah) } ah->config.rx_intr_mitigation = true; - ah->config.pcieSerDesWrite = true; /* * We need this for PCI devices only (Cardbus, PCI, miniPCI) |