X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Ffwdesc.h;h=da05a4ecb73f2593050b4d9cd72036d0b5a2cb70;hb=811cc109bcf6808d1d2986b67e14b483a1665988;hp=7ba62bb7705462130e226115ad4edb697d3667e6;hpb=7287bf478d1e4d35816c5574122844e24977aa68;p=carl9170fw.git diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index 7ba62bb..da05a4e 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -75,6 +75,18 @@ enum carl9170fw_feature_list { /* Firmware supports PSM in the 5GHZ Band */ CARL9170FW_FIXED_5GHZ_PSM, + /* 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 };