X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=include%2Fshared%2Ffwdesc.h;h=2bd4320845301117f50dfed19f48e8f31de460e5;hp=03b9ef24c5b91cc2731da34f5daf888a212d3f36;hb=e564cc9baf478b5a44ff730f7583e61fbe3a3f3a;hpb=728210b58b90a703f7f00fc21f8abaef610208a7 diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index 03b9ef2..2bd4320 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -43,9 +43,6 @@ enum carl9170fw_feature_list { /* usb upload (fw -> app) stream */ CARL9170FW_USB_UP_STREAM, - /* USB Watchdog */ - CARL9170FW_USB_WATCHDOG, - /* unusable - reserved to flag non-functional debug firmwares */ CARL9170FW_UNUSABLE, @@ -95,8 +92,8 @@ struct carl9170fw_desc_head { #define CARL9170FW_DESC_HEAD_SIZE \ (sizeof(struct carl9170fw_desc_head)) -#define CARL9170FW_OTUS_DESC_MIN_VER 3 -#define CARL9170FW_OTUS_DESC_CUR_VER 3 +#define CARL9170FW_OTUS_DESC_MIN_VER 5 +#define CARL9170FW_OTUS_DESC_CUR_VER 5 struct carl9170fw_otus_desc { struct carl9170fw_desc_head head; __le32 feature_set;