* Add device string for QCA955x (scorpion);

* Add device ID and device string for QCA953x (honeybee).
This commit is contained in:
Adrian Chadd 2015-11-28 00:27:16 +00:00
parent 19b34b5685
commit 70aca315ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291413
2 changed files with 7 additions and 0 deletions

View File

@ -145,6 +145,12 @@ ath_hal_mac_name(struct ath_hal *ah)
case AR_SREV_VERSION_QCA9565:
/* XXX should say QCA, not AR */
return "9565";
case AR9300_DEVID_QCA955X:
/* XXX should say QCA, not AR */
return "9550";
case AR9300_DEVID_QCA953X:
/* XXX should say QCA, not AR */
return "9530";
}
return "????";
}

View File

@ -94,6 +94,7 @@
#define AR9300_DEVID_QCA9565 0x0036
#define AR9300_DEVID_AR1111_PCIE 0x0037
#define AR9300_DEVID_QCA955X 0x0039
#define AR9300_DEVID_QCA953X 0x003d /* Honey Bee */
#define AR_SUBVENDOR_ID_NOG 0x0e11 /* No 11G subvendor ID */
#define AR_SUBVENDOR_ID_NEW_A 0x7065 /* Update device to new RD */