Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Huemer 1747f1a57b proc_net_fops_create() -> proc_create() 2022-04-13 20:27:56 +00:00
Alexander Huemer 1f6e261bd4 setup_timer() -> timer_setup()
See https://lwn.net/Articles/735887/
2022-04-13 20:27:56 +00:00
Alexander Huemer bd8e1e6430 Add missing argument for alloc_netdev()
This fixes the following compiler error:
tr.c:632:58: error: macro alloc_netdev requires 4 arguments, but only 3 given
2022-04-13 20:27:41 +00:00
Alexander Huemer 9cbcf0c5a3 root-commit (tr.c and vicinity taken from v3.4) 2022-04-13 15:45:45 +00:00