commit | 76fd85937097a0c2ec8ab23bf21dc10992d1c398 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Sep 08 11:16:13 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Sep 13 13:30:47 2006 -0400 |
tree | 0a3dfbacda717b9c55dfd25f6b773016a9a8910a | |
parent | f65b138ca94326bbffe06ddc28e65606a249e58e [diff] |
[PATCH] ethtool: allow const ethtool_ops The ethtool_ops structure is immutable, it expected to be setup by the driver and is never changed. This patch allows drivers to declare there ethtool_ops structure read-only. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>