From c56c806d49f917f04bf85518d17332f8293d61ce Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Fri, 5 Feb 2021 10:24:38 +0100 Subject: [PATCH] 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 --- include/shared/fwdesc.h | 2 +- include/shared/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.31.1