ath9k: Add HW IDs for QCA956x
[cascardo/linux.git] / drivers / net / wireless / ath / ath9k / hw.c
index 258c4d2..916b370 100644 (file)
@@ -246,6 +246,8 @@ static void ath9k_hw_read_revisions(struct ath_hw *ah)
        case AR9300_DEVID_AR953X:
                ah->hw_version.macVersion = AR_SREV_VERSION_9531;
                return;
+       case AR9300_DEVID_QCA956X:
+               ah->hw_version.macVersion = AR_SREV_VERSION_9561;
        }
 
        val = REG_READ(ah, AR_SREV) & AR_SREV_ID;
@@ -539,6 +541,7 @@ static int __ath9k_hw_init(struct ath_hw *ah)
        case AR_SREV_VERSION_9550:
        case AR_SREV_VERSION_9565:
        case AR_SREV_VERSION_9531:
+       case AR_SREV_VERSION_9561:
                break;
        default:
                ath_err(common,
@@ -639,6 +642,7 @@ int ath9k_hw_init(struct ath_hw *ah)
        case AR9485_DEVID_AR1111:
        case AR9300_DEVID_AR9565:
        case AR9300_DEVID_AR953X:
+       case AR9300_DEVID_QCA956X:
                break;
        default:
                if (common->bus_ops->ath_bus_type == ATH_USB)