ath9k: Add QCA953x WMAC platform support
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7d4b829a93
commit
c08148bb75
|
@ -39,6 +39,10 @@ static const struct platform_device_id ath9k_platform_id_table[] = {
|
|||
.name = "qca955x_wmac",
|
||||
.driver_data = AR9300_DEVID_QCA955X,
|
||||
},
|
||||
{
|
||||
.name = "qca953x_wmac",
|
||||
.driver_data = AR9300_DEVID_AR953X,
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
||||
|
|
|
@ -3048,6 +3048,7 @@ static struct {
|
|||
{ AR_SREV_VERSION_9462, "9462" },
|
||||
{ AR_SREV_VERSION_9550, "9550" },
|
||||
{ AR_SREV_VERSION_9565, "9565" },
|
||||
{ AR_SREV_VERSION_9531, "9531" },
|
||||
};
|
||||
|
||||
/* For devices with external radios */
|
||||
|
|
Loading…
Reference in New Issue