From: Christian Lamparter Date: Fri, 5 Feb 2021 09:24:38 +0000 (+0100) Subject: carl9170 firmware: prepare header update X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=c56c806d49f917f04bf85518d17332f8293d61ce carl9170 firmware: prepare header update This patch brings the shared firmware headers in line with the carl9170 linux kernel driver. Signed-off-by: Christian Lamparter --- diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index b72c3f4..503b21a 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -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 */ diff --git a/include/shared/version.h b/include/shared/version.h index 0fd08ab..79d2cd6 100644 --- a/include/shared/version.h +++ b/include/shared/version.h @@ -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 */