X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2FKconfig;h=f3d35e765f6dcd958a17dd62c7871b3182523623;hb=7b5eda181245312c9b4f444d5cb2ed997ec5b6c3;hp=61824de890a4f3fc8980065ab4446654c24ff51b;hpb=53bf4ee0092eb46fec94ebaa1c7ec40661031b58;p=carl9170fw.git diff --git a/carlfw/Kconfig b/carlfw/Kconfig index 61824de..f3d35e7 100644 --- a/carlfw/Kconfig +++ b/carlfw/Kconfig @@ -152,6 +152,11 @@ config CARL9170FW_DELAYED_TX Doesn't work 100% yet, but in most cases other HW designs can deal with the fallout. +config CARL9170FW_TX_AMPDU + def_bool n + prompt "Firmware-supported ampdu scheduling" + depends on CARL9170FW_EXPERIMENTAL + config CARL9170FW_VIFS_NUM default 1 int @@ -159,7 +164,7 @@ config CARL9170FW_VIFS_NUM depends on CARL9170FW_EXPERIMENTAL config CARL9170FW_FW_MAC_RESET - def_bool n + def_bool y prompt "Firmware MAC Chip recovery" depends on CARL9170FW_EXPERIMENTAL @@ -246,6 +251,11 @@ config CARL9170FW_USB_MODESWITCH Mostly implemented, but untested and some serious doubts remain. +config CARL9170FW_DMA_QUEUE_BUMP + def_bool n + prompt "Bump a stuck TX queue before doing a MAC reset" + depends on CARL9170FW_BROKEN_FEATURES + menu "Build Options" config CARL9170FW_AGGRESSIVE_CFLAGS def_bool y