ath9k: enable support for AR9550
authorGabor Juhos <[email protected]>
Tue, 3 Jul 2012 17:13:34 +0000 (19:13 +0200)
committerJohn W. Linville <[email protected]>
Mon, 9 Jul 2012 20:36:34 +0000 (16:36 -0400)
Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Luis R. Rodriguez <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/ath/ath9k/hw.c

index e9124b4bb5ab0c02b1064ba7e674bad64dcd4003..c1659d07951352243bd2769589fc8f8d24717653 100644 (file)
@@ -649,6 +649,7 @@ static int __ath9k_hw_init(struct ath_hw *ah)
        case AR_SREV_VERSION_9485:
        case AR_SREV_VERSION_9340:
        case AR_SREV_VERSION_9462:
+       case AR_SREV_VERSION_9550:
                break;
        default:
                ath_err(common,
@@ -730,6 +731,7 @@ int ath9k_hw_init(struct ath_hw *ah)
        case AR9300_DEVID_AR9485_PCIE:
        case AR9300_DEVID_AR9330:
        case AR9300_DEVID_AR9340:
+       case AR9300_DEVID_QCA955X:
        case AR9300_DEVID_AR9580:
        case AR9300_DEVID_AR9462:
                break;