commit | 8884c092e5e4f9a1b6e44f2e02a3eb5481af87ab | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Nov 25 18:12:49 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 18:12:49 2008 -0800 |
tree | 3afd7d5b3453aa34ce1f6bb010c3e843ca337b90 | |
parent | b27aeadb5948d400df83db4d29590fb9862ba49d [diff] |
8390: add common net_device ops Fix the defactoring of ei_XXX functions in 8390 and 8390p. Remove the tx_timeout hack since no driver including the 3c503 overrides tx_timeout at this time, looks like a legacy thing. Also, since several drivers all have same hooks, provide common netdev_ops. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>