kconfig: split the lexer out of zconf.y
[carl9170fw.git] / include / shared / fwdesc.h
index 6d9c0891ce7f9edd1c0cf91af5b15e203dbd7c72..da05a4ecb73f2593050b4d9cd72036d0b5a2cb70 100644 (file)
@@ -78,6 +78,15 @@ enum carl9170fw_feature_list {
        /* HW (ANI, CCA, MIB) tally counters */
        CARL9170FW_HW_COUNTERS,
 
+       /* Firmware will pass BA when BARs are queued */
+       CARL9170FW_RX_BA_FILTER,
+
+       /* Firmware has support to write a byte at a time  */
+       CARL9170FW_HAS_WREGB_CMD,
+
+       /* Pattern generator */
+       CARL9170FW_PATTERN_GENERATOR,
+
        /* KEEP LAST */
        __CARL9170FW_FEATURE_NUM
 };