qcacld-3.0: Use hif_hw_version for chip versions
Remove duplicate chip version #defines. Change-Id: Ic869aefb0949eb03b9b359f35810e1ba43a19d80 CRs-Fixed: 1012824
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

父節點
91edc816eb
當前提交
fff7b2333b
@@ -32,20 +32,10 @@
|
||||
#include "qdf_types.h"
|
||||
#endif
|
||||
#include "hif.h"
|
||||
#include "hif_hw_version.h"
|
||||
|
||||
#define AR6004_VERSION_REV1_3 0x31c8088a
|
||||
|
||||
#define AR9888_REV2_VERSION 0x4100016c
|
||||
#define AR6320_REV1_VERSION 0x5000000
|
||||
#define AR6320_REV1_1_VERSION 0x5000001
|
||||
#define AR6320_REV1_VERSION_1 AR6320_REV1_1_VERSION
|
||||
#define AR6320_REV1_3_VERSION 0x5000003
|
||||
#define AR6320_REV2_VERSION AR6320_REV1_1_VERSION
|
||||
#define AR6320_REV2_1_VERSION 0x5010000
|
||||
#define AR6320_REV3_VERSION 0x5020000
|
||||
#define AR6320_REV3_2_VERSION 0x5030000
|
||||
#define AR6320_REV4_VERSION AR6320_REV2_1_VERSION
|
||||
#define AR6320_DEV_VERSION 0x1000000
|
||||
|
||||
void ol_target_failure(void *instance, QDF_STATUS status);
|
||||
#endif /* _OL_FW_H_ */
|
||||
|
Reference in New Issue
Block a user