Previous fw limitation prevented us from from doing TX BA on TIDs 6/7. However, this restriction no longer exists, so enable TX BA on all TIDs. Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> --- drivers/net/wireless/ti/wlcore/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ti/wlcore/conf.h b/drivers/net/wireless/ti/wlcore/conf.h index 2b96ff8..80c1ac1 100644 --- a/drivers/net/wireless/ti/wlcore/conf.h +++ b/drivers/net/wireless/ti/wlcore/conf.h @@ -590,8 +590,8 @@ struct conf_tx_ac_category { #define CONF_TX_MAX_TID_COUNT 8 -/* Allow TX BA on all TIDs but 6,7. These are currently reserved in the FW */ -#define CONF_TX_BA_ENABLED_TID_BITMAP 0x3F +/* Allow TX BA on all TIDs */ +#define CONF_TX_BA_ENABLED_TID_BITMAP 0xFF enum { CONF_CHANNEL_TYPE_DCF = 0, /* DC/LEGACY*/ -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html