From: David Kilroy Date: Sat, 1 May 2010 13:05:39 +0000 (+0100) Subject: orinoco: allow driver to specify netdev_ops X-Git-Tag: v2.6.35-rc1~473^2~167^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593ef09c9e70c92c0d76c67a1c03a5d44d3aec82;p=pandora-kernel.git orinoco: allow driver to specify netdev_ops Allow the main drivers to specify a custom version of the net_device_ops structure. This is required by orinoco_usb to supply a separate transmit function. Export existing net_device_ops callbacks so that the drivers can reuse some of the existing code. Signed-off-by: David Kilroy Signed-off-by: John W. Linville --- Reading git-diff-tree failed