[PATCH] ethtool: allow const ethtool_ops
authorStephen Hemminger <shemminger@osdl.org>
Fri, 8 Sep 2006 18:16:13 +0000 (11:16 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 13 Sep 2006 17:30:47 +0000 (13:30 -0400)
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>

No differences found