X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fsrc%2Ffw.c;h=1af4d90f595c3b445adf9cc64afd22d010aedf0c;hb=19e4d682fca010ef72e0a304335910f670c2268a;hp=fe169757e4758a3020685152a0518a40974454a1;hpb=c1d4716037319ad03fa29cbe56d7cb8c3af67472;p=carl9170fw.git diff --git a/carlfw/src/fw.c b/carlfw/src/fw.c index fe16975..1af4d90 100644 --- a/carlfw/src/fw.c +++ b/carlfw/src/fw.c @@ -66,6 +66,9 @@ const struct carl9170_firmware_descriptor __section(fwdsc) carl9170fw_desc = { BIT(CARL9170FW_PSM) | #endif /* CONFIG_CARL9170FW_PSM */ BIT(CARL9170FW_RX_FILTER) | +#ifdef CONFIG_CARL9170FW_WOL + BIT(CARL9170FW_WOL) | +#endif /* CONFIG_CARL9170FW_WOL */ (0)), .miniboot_size = cpu_to_le16(0), @@ -80,6 +83,10 @@ const struct carl9170_firmware_descriptor __section(fwdsc) carl9170fw_desc = { .api_ver = CONFIG_CARL9170FW_RELEASE_VERSION, ), + FILL(txsq, TXSQ, + .seq_table_addr = cpu_to_le32(&fw.wlan.sequence), + ), + FILL(motd, MOTD, .fw_year_month_day = cpu_to_le32( CARL9170FW_SET_DAY(CARL9170FW_VERSION_DAY) +