]> git.baikalelectronics.ru Git - kernel.git/commit
sgi-xp: link XPNET's net_device_ops to its net_device structure
authorDean Nelson <dcn@sgi.com>
Tue, 3 Feb 2009 23:16:17 +0000 (15:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2009 23:16:48 +0000 (15:16 -0800)
commit26c42bc24d49472fa2f4b50f9872457cd8a321e4
tree4ed44a5e7626a038aa7bc1c2c7d7efed326c7c0a
parent0d894e98857ec6624e77da9e2a0e7f2b7e687acf
sgi-xp: link XPNET's net_device_ops to its net_device structure

A recent patch by Stephen Hemminger to convert XPNET to use net_device_ops and
internal net_device_stats failed to link the net_device_ops structure to the
net_device structure. See commit 04e47c98b1e25b13418dadc999f813f2be6eb5cf
("xpnet: convert devices to new API").

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/misc/sgi-xp/xpnet.c