]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
update queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jan 2022 18:26:24 +0000 (19:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jan 2022 18:26:24 +0000 (19:26 +0100)
queue-5.10/ath10k-fix-the-mtu-size-on-qca9377-sdio.patch

index 3c15f73b7fbb0da0c949896c19c549cf0f9bfde8..6fc2da736d7211b6742e05bb9aed01efcb9907d5 100644 (file)
@@ -44,8 +44,8 @@ Link: https://lore.kernel.org/r/20211124131047.713756-1-festevam@denx.de
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
  drivers/net/wireless/ath/ath10k/core.c |   19 ++++++++++++++++++-
- drivers/net/wireless/ath/ath10k/hw.h   |    ++
- 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 <gregkh@linuxfoundation.org>
                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;