Propagate from qcacld-2.0 to qcacmn Currently there is no QCA9379 1.1 infomation in wlan device id table. Add QCA9379 version 1.1 in device id table. CRs-Fixed: 1048598 Change-Id: Ie4b7d3e31db2f2b3cad116bb0e993f9f55a7d322
@@ -313,6 +313,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
.id = QCA9379_REV1_VERSION,
.subid = 0xC,
.name = "QCA9379_REV1",
+ },
+ {
+ .id = QCA9379_REV1_VERSION,
+ .subid = 0xD,
+ .name = "QCA9379_REV1_1",
}
};