]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 17 Dec 2019 16:14:36 +0000 (16:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Dec 2019 14:54:57 +0000 (15:54 +0100)
commitd1fd97b4d843360863a7a7dcf3c7ea1b46e9f863
tree85a6036668255ecb6fddf3d05bfe81d1ab947dda
parent7e1af13225fb0f3c3c75c2b03d9806fecd9f11bb
staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps

When not using HT mode, minstrel always includes 1Mbps as fallback rate.
But, when using HT mode, this fallback is not included. Yet, it seems
that it could save some frames. So, this patch add it unconditionally.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20191217161318.31402-8-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_tx.c