carl9170 firmware: prepare header update
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 09:24:38 +0000 (10:24 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 09:24:38 +0000 (10:24 +0100)
This patch brings the shared firmware headers in line with the carl9170
linux kernel driver.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
include/shared/fwdesc.h
include/shared/version.h

index b72c3f4bdc17f65eaa679ebdb7dbe439e69bbeb8..503b21abbba52ef48870e60a4059ae38963b9ca4 100644 (file)
@@ -69,7 +69,7 @@ enum carl9170fw_feature_list {
        /* Firmware will pass BA when BARs are queued */
        CARL9170FW_RX_BA_FILTER,
 
-       /* Firmware has support to write a byte at a time  */
+       /* Firmware has support to write a byte at a time */
        CARL9170FW_HAS_WREGB_CMD,
 
        /* Pattern generator */
index 0fd08abc7d3a90f86b8e7452b227780c7f1186b4..79d2cd6ea8807040c769846c6f13742f5be4e555 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __CARL9170_SHARED_VERSION_H
 #define __CARL9170_SHARED_VERSION_H
-#define CARL9170FW_VERSION_YEAR 13
-#define CARL9170FW_VERSION_MONTH 10
-#define CARL9170FW_VERSION_DAY 25
+#define CARL9170FW_VERSION_YEAR 21
+#define CARL9170FW_VERSION_MONTH 2
+#define CARL9170FW_VERSION_DAY 5
 #define CARL9170FW_VERSION_GIT "1.9.9"
 #endif /* __CARL9170_SHARED_VERSION_H */