diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 47c62853c666..ce41658a6003 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2476,13 +2476,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
2476 | ah->eep_ops->get_eeprom(ah, EEP_PAPRD)) | 2476 | ah->eep_ops->get_eeprom(ah, EEP_PAPRD)) |
2477 | pCap->hw_caps |= ATH9K_HW_CAP_PAPRD; | 2477 | pCap->hw_caps |= ATH9K_HW_CAP_PAPRD; |
2478 | 2478 | ||
2479 | /* | ||
2480 | * Fast channel change across bands is available | ||
2481 | * only for AR9462 and AR9565. | ||
2482 | */ | ||
2483 | if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) | ||
2484 | pCap->hw_caps |= ATH9K_HW_CAP_FCC_BAND_SWITCH; | ||
2485 | |||
2486 | return 0; | 2479 | return 0; |
2487 | } | 2480 | } |
2488 | 2481 | ||