kernel: bump 5.10 to 5.10.163
[openwrt/staging/noltari.git] / target / linux / generic / backport-5.10 / 602-v5.12-net-add-sysfs-attribute-to-control-napi-threaded-mod.patch
index 68c9b3339f29557c8fd9fb52992ceca132869799..eb2f8189d070a3008f99fe194369653744a1eb1c 100644 (file)
@@ -46,7 +46,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 +              == ==================================
 --- a/include/linux/netdevice.h
 +++ b/include/linux/netdevice.h
-@@ -491,6 +491,8 @@ static inline bool napi_complete(struct
+@@ -498,6 +498,8 @@ static inline bool napi_complete(struct
        return napi_complete_done(n, 0);
  }