kernel: bump 5.10 to 5.10.77
[openwrt/staging/thess.git] / target / linux / bcm27xx / patches-5.10 / 950-0552-r8152-set-inter-fram-gap-time-depending-on-speed.patch
index 15ba2bf29c3c8e94a13eb190b93c8988ad538475..f2593e8f00bd2ca1c5f454045f344a4e7998d6da 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/usb/r8152.c
 +++ b/drivers/net/usb/r8152.c
-@@ -249,6 +249,9 @@
+@@ -250,6 +250,9 @@
  
  /* PLA_TCR1 */
  #define VERSION_MASK          0x7cf0
@@ -34,7 +34,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
  /* PLA_MTPS */
  #define MTPS_JUMBO            (12 * 1024 / 64)
-@@ -2747,6 +2750,29 @@ static int rtl_stop_rx(struct r8152 *tp)
+@@ -2748,6 +2751,29 @@ static int rtl_stop_rx(struct r8152 *tp)
        return 0;
  }
  
@@ -64,7 +64,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  static inline void r8153b_rx_agg_chg_indicate(struct r8152 *tp)
  {
        ocp_write_byte(tp, MCU_TYPE_USB, USB_UPT_RXDMA_OWN,
-@@ -2850,6 +2876,8 @@ static int rtl8153_enable(struct r8152 *
+@@ -2851,6 +2877,8 @@ static int rtl8153_enable(struct r8152 *
        r8153_set_rx_early_timeout(tp);
        r8153_set_rx_early_size(tp);