diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 741e73dece35..e06bcec655a7 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2561,11 +2561,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
2561 | pCap->hw_caps |= ATH9K_HW_CAP_ANT_DIV_COMB; | 2561 | pCap->hw_caps |= ATH9K_HW_CAP_ANT_DIV_COMB; |
2562 | } | 2562 | } |
2563 | 2563 | ||
2564 | if (AR_SREV_9485_10(ah)) { | ||
2565 | pCap->pcie_lcr_extsync_en = true; | ||
2566 | pCap->pcie_lcr_offset = 0x80; | ||
2567 | } | ||
2568 | |||
2569 | if (ath9k_hw_dfs_tested(ah)) | 2564 | if (ath9k_hw_dfs_tested(ah)) |
2570 | pCap->hw_caps |= ATH9K_HW_CAP_DFS; | 2565 | pCap->hw_caps |= ATH9K_HW_CAP_DFS; |
2571 | 2566 | ||