From: Magnus Damm Date: Thu, 15 Jan 2009 05:05:55 +0000 (-0800) Subject: ax88796: start_xmit fix using net_device_ops X-Git-Tag: v2.6.29-rc2~11^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57bc36e7aba9e3a00d154f5eff80ff596146fc4;p=pandora-kernel.git ax88796: start_xmit fix using net_device_ops This patch hooks up the start_xmit/tx_timeout/get_stats callbacks in the ax88796 driver since they no longer are installed by the lib8390 code. Without this patch the function dev_hard_start_xmit() crashes due to a start_xmit callback with the value NULL. While at it, update the ax88796 driver to make use of use of struct net_device_ops. Signed-off-by: Magnus Damm Signed-off-by: David S. Miller --- Reading git-diff-tree failed