--- zzzz-none-000/linux-2.6.39.4/net/core/sysctl_net_core.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/net/core/sysctl_net_core.c 2021-11-10 13:38:18.000000000 +0000 @@ -166,6 +166,22 @@ .mode = 0644, .proc_handler = proc_dointvec }, +#ifdef CONFIG_AVM_NAPI_DRIVER_REGULATION + { + .procname = "netdev_min_weight", + .data = &netdev_min_weight, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec + }, + { + .procname = "netdev_max_weight", + .data = &netdev_max_weight, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec + }, +#endif { .procname = "warnings", .data = &net_msg_warn,