qcacmn: Support QCA6290 target type

Add device id for QCA6290 emulation platform.
Add target def support for QCA6290
Needs HIF_TYPE_QCA6290 defined

Change-Id: I4edd5a5b600007ebe7416195648815d80025e768
CRs-Fixed: 1089874
This commit is contained in:
Houston Hoffman
2016-09-19 13:12:30 -07:00
committed by Gerrit - the friendly Code Review server
parent a57184e5ef
commit 31b25ecbea
11 changed files with 318 additions and 19 deletions

View File

@@ -33,6 +33,7 @@ extern struct hostdef_s *AR6320_HOSTdef;
extern struct hostdef_s *AR900B_HOSTdef;
extern struct hostdef_s *QCA9984_HOSTdef;
extern struct hostdef_s *QCA9888_HOSTdef;
extern struct hostdef_s *QCA6290_HOSTdef;
#ifdef ATH_AHB
extern struct hostdef_s *IPQ4019_HOSTdef;
#endif