X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Ffwdesc.h;h=a88d07b3628b59b15892ee189c3d4d4dd708bb56;hb=8096de115a592d2c0606169a1915f4b3a8ed5719;hp=a4769e9cee7c486e0840b59380a37515cf6e81fe;hpb=8bd3397985e442761ce6956b3ba2e126a2577c42;p=carl9170fw.git diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index a4769e9..a88d07b 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -72,6 +72,18 @@ enum carl9170fw_feature_list { /* Wake up on WLAN */ CARL9170FW_WOL, + /* 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, + /* KEEP LAST */ __CARL9170FW_FEATURE_NUM };