commit | 7c78b4ad9bbdbe0bb4fbc98841ad9d904ee116e9 | [log] [tgz] |
---|---|---|
author | John Crispin <blogic@openwrt.org> | Fri Apr 08 00:54:10 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 12 22:41:33 2016 -0400 |
tree | 3ce4c4007249ee3452eca49a2fc350e5b80e2a3f | |
parent | e7d425dcea032f1d0b44b6fa4c6735f13882de6e [diff] |
net: mediatek: move the pending_work struct to the device generic struct The worker always touches both netdevs. It is ethernet core and not MAC specific. We only need one worker, which belongs into the ethernets core struct. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>