[PATCH] bcm43xx: basic ethtool support
authorMichael Buesch <mbuesch@freenet.de>
Thu, 2 Feb 2006 18:11:08 +0000 (19:11 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:18:28 +0000 (11:18 -0500)
commit6465ce1bbf7fede82dccec342417105b10793b51
tree948b292fc322e70e23cfaa39b0f95a893b1c670b
parent9e4a375b15c9940b13e66e224570b35c471c0128
[PATCH] bcm43xx: basic ethtool support

This patch contains the beginnings of ethtool support for bcm43xx.

It only implements get_drvinfo and get_link, but that's enough for
ifplugd to use ethtool to know whether we're associated or not and then
start or stop dhcp as necessary.

Signed-off-by: Jason Lunz <lunz@falooley.org>
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/Makefile
drivers/net/wireless/bcm43xx/bcm43xx_ethtool.c [new file with mode: 0644]
drivers/net/wireless/bcm43xx/bcm43xx_ethtool.h [new file with mode: 0644]
drivers/net/wireless/bcm43xx/bcm43xx_main.c