carl9170 firmware: update feature descriptor
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 5 Mar 2011 23:34:21 +0000 (00:34 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 10 Mar 2011 01:46:27 +0000 (02:46 +0100)
 * CARL9170FW_PSM depends on RF

 * bump OTAR header revision

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/fw.c
include/shared/fwdesc.h

index aed674fb1b41bbde42f360d9cac1fb2176c0d53d..a934687a9feaf1a10d87474e66e086732fa64c2b 100644 (file)
@@ -35,7 +35,6 @@ const struct carl9170_firmware_descriptor __section(fwdsc) carl9170fw_desc = {
        FILL(otus, OTUS,
             .feature_set = cpu_to_le32(BIT(CARL9170FW_DUMMY_FEATURE) |
                                        BIT(CARL9170FW_USB_RESP_EP2) |
-                                       BIT(CARL9170FW_PSM) |
                                        BIT(CARL9170FW_RX_FILTER) |
 #ifdef CONFIG_CARL9170FW_USB_INIT_FIRMWARE
                                        BIT(CARL9170FW_USB_INIT_FIRMWARE) |
@@ -48,6 +47,7 @@ const struct carl9170_firmware_descriptor __section(fwdsc) carl9170fw_desc = {
 #endif /* CONFIG_CARL9170FW_USB_INIT_FIRMWARE */
 #ifdef CONFIG_CARL9170FW_RADIO_FUNCTIONS
                                        BIT(CARL9170FW_COMMAND_PHY) |
+                                       BIT(CARL9170FW_PSM) |
 #endif /* CONFIG_CARL9170FW_RADIO_FUNCTIONS */
 #ifdef CONFIG_CARL9170FW_SECURITY_ENGINE
                                        BIT(CARL9170FW_COMMAND_CAM) |
index 94438b51630254fea8cb236dd212c71d842605e9..9cfe36680097c7f773a344514494cddb7987a34a 100644 (file)
@@ -104,7 +104,7 @@ struct carl9170fw_desc_head {
        (sizeof(struct carl9170fw_desc_head))
 
 #define CARL9170FW_OTUS_DESC_MIN_VER           6
-#define CARL9170FW_OTUS_DESC_CUR_VER           6
+#define CARL9170FW_OTUS_DESC_CUR_VER           7
 struct carl9170fw_otus_desc {
        struct carl9170fw_desc_head head;
        __le32 feature_set;