From: Greg Kroah-Hartman Date: Mon, 24 Jan 2022 18:26:24 +0000 (+0100) Subject: update queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch X-Git-Tag: v4.4.300~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a33e7f61c1a5e18cd41cbbd1558092d1318e6993;p=thirdparty%2Fkernel%2Fstable-queue.git update queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch --- diff --git a/queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch b/queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch index 3c15f73b7fb..6fc2da736d7 100644 --- a/queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch +++ b/queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch @@ -44,8 +44,8 @@ Link: https://lore.kernel.org/r/20211124131047.713756-1-festevam@denx.de Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ath/ath10k/core.c | 19 ++++++++++++++++++- - drivers/net/wireless/ath/ath10k/hw.h | 2 ++ - 2 files changed, 20 insertions(+), 1 deletion(-) + drivers/net/wireless/ath/ath10k/hw.h | 3 +++ + 2 files changed, 21 insertions(+), 1 deletion(-) --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -196,12 +196,13 @@ Signed-off-by: Greg Kroah-Hartman param &= ~HI_ACS_FLAGS_ALT_DATA_CREDIT_SIZE; --- a/drivers/net/wireless/ath/ath10k/hw.h +++ b/drivers/net/wireless/ath/ath10k/hw.h -@@ -617,6 +617,8 @@ struct ath10k_hw_params { - * firmware bug +@@ -618,6 +618,9 @@ struct ath10k_hw_params { */ bool uart_pin_workaround; + + /* Workaround for the credit size calculation */ + bool credit_size_workaround; - ++ /* tx stats support over pktlog */ bool tx_stats_over_pktlog; +