wcn36xx: Add support for 3680
[deliverable/linux.git] / drivers / net / wireless / ath / wcn36xx / wcn36xx.h
index 0c5413f2c2e0385be9b9960b506948fb6566b5fa..b4dc85b45910ec6ba583485abb502cbdee836873 100644 (file)
@@ -178,6 +178,7 @@ struct wcn36xx {
        u8                      fw_minor;
        u8                      fw_major;
        u32                     fw_feat_caps[WCN36XX_HAL_CAPS_SIZE];
+       u32                     chip_version;
 
        /* extra byte for the NULL termination */
        u8                      crm_version[WCN36XX_HAL_VERSION_LENGTH + 1];
@@ -225,6 +226,9 @@ struct wcn36xx {
 
 };
 
+#define WCN36XX_CHIP_3660      0
+#define WCN36XX_CHIP_3680      1
+
 static inline bool wcn36xx_is_fw_version(struct wcn36xx *wcn,
                                         u8 major,
                                         u8 minor,
This page took 0.025151 seconds and 5 git commands to generate.