This patch brings the shared firmware headers in line with the carl9170
linux kernel driver.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
/* 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 */
#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 */