mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

* kernel: bump 5.10 to 5.10.143 All patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me> * kernel: refresh 5.10 patches All patches automatically rebased. Signed-off-by: Linhui Liu <liulinhui36@gmail.com> Signed-off-by: John Audia <therealgraysky@proton.me> Signed-off-by: Linhui Liu <liulinhui36@gmail.com> Co-authored-by: John Audia <therealgraysky@proton.me>
11 lines
290 B
Diff
11 lines
290 B
Diff
--- a/net/core/dev.c
|
|
+++ b/net/core/dev.c
|
|
@@ -6903,6 +6903,7 @@ int dev_set_threaded(struct net_device *
|
|
|
|
return err;
|
|
}
|
|
+EXPORT_SYMBOL(dev_set_threaded);
|
|
|
|
void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
|
|
int (*poll)(struct napi_struct *, int), int weight)
|