commit | 3b04ddde02cf1b6f14f2697da5c20eca5715017f | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <[email protected]> | Tue Oct 09 01:40:57 2007 -0700 |
committer | David S. Miller <[email protected]> | Wed Oct 10 16:52:52 2007 -0700 |
tree | 9da1341a5a399a507b5ea6bf5a3047506b8d8f8f | |
parent | b95cce3576813ac3f86bafa6b5daaaaf7574b0fe [diff] |
[NET]: Move hardware header operations out of netdevice. Since hardware header operations are part of the protocol class not the device instance, make them into a separate object and save memory. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>