Skip to content

Commit

Permalink
Commit device IDs for the (eventually upcoming) AR9380 HAL.
Browse files Browse the repository at this point in the history
Obtained from:	Qualcomm Atheros, Linux ath9k
  • Loading branch information
adrian authored and adrian committed Aug 7, 2012
1 parent eaa4d13 commit 49a4eab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sys/dev/ath/ath_hal/ah_devid.h
Expand Up @@ -83,6 +83,15 @@
#define AR9287_DEVID_PCI 0x002d /* AR9227 PCI Kiwi */
#define AR9287_DEVID_PCIE 0x002e /* AR9287 PCI-E Kiwi */

/* AR9300 */
#define AR9300_DEVID_AR9380_PCIE 0x0030
#define AR9300_DEVID_AR9340 0x0031
#define AR9300_DEVID_AR9485_PCIE 0x0032
#define AR9300_DEVID_AR9580_PCIE 0x0033
#define AR9300_DEVID_AR946X_PCIE 0x0034
#define AR9300_DEVID_AR9330 0x0035
#define AR9300_DEVID_QCA955X 0x0039

#define AR_SUBVENDOR_ID_NOG 0x0e11 /* No 11G subvendor ID */
#define AR_SUBVENDOR_ID_NEW_A 0x7065 /* Update device to new RD */
#endif /* _DEV_ATH_DEVID_H */

0 comments on commit 49a4eab

Please sign in to comment.