--- zzzz-none-000/linux-4.1.52/drivers/net/usb/ax88179_178a.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/drivers/net/usb/ax88179_178a.c 2022-03-02 11:37:13.000000000 +0000 @@ -190,7 +190,12 @@ static const struct { unsigned char ctrl, timer_l, timer_h, size, ifg; } AX88179_BULKIN_SIZE[] = { +#if (defined(CONFIG_BCM_KF_USBNET) && defined(CONFIG_BCM_USBNET_THREAD)) + /* try to reduce number of interrupts */ + {7, 0x4f, 1, 0x12, 0xff}, +#else {7, 0x4f, 0, 0x12, 0xff}, +#endif {7, 0x20, 3, 0x16, 0xff}, {7, 0xae, 7, 0x18, 0xff}, {7, 0xcc, 0x4c, 0x18, 8},