X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Ffwdesc.h;h=7cd811708fe5b18d9911aa35d126f787edd52a37;hb=4b2135567bb3a0615f023166dffa08359bc27dd9;hp=03b9ef24c5b91cc2731da34f5daf888a212d3f36;hpb=728210b58b90a703f7f00fc21f8abaef610208a7;p=carl9170fw.git diff --git a/include/shared/fwdesc.h b/include/shared/fwdesc.h index 03b9ef2..7cd8117 100644 --- a/include/shared/fwdesc.h +++ b/include/shared/fwdesc.h @@ -1,5 +1,7 @@ /* - * Firmware Descriptor definitions + * Shared CARL9170 Header + * + * Firmware descriptor format * * Copyright 2009, 2010, Christian Lamparter * @@ -43,9 +45,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 +94,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 6 +#define CARL9170FW_OTUS_DESC_CUR_VER 6 struct carl9170fw_otus_desc { struct carl9170fw_desc_head head; __le32 feature_set;