diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-02-02 13:11:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:28 -0500 |
commit | 6465ce1bbf7fede82dccec342417105b10793b51 (patch) | |
tree | 948b292fc322e70e23cfaa39b0f95a893b1c670b /drivers/net/wireless/bcm43xx/Makefile | |
parent | 9e4a375b15c9940b13e66e224570b35c471c0128 (diff) |
[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>
Diffstat (limited to 'drivers/net/wireless/bcm43xx/Makefile')
-rw-r--r-- | drivers/net/wireless/bcm43xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/bcm43xx/Makefile b/drivers/net/wireless/bcm43xx/Makefile index 3e5ed77835e2..e025e9f052b2 100644 --- a/drivers/net/wireless/bcm43xx/Makefile +++ b/drivers/net/wireless/bcm43xx/Makefile | |||
@@ -5,4 +5,5 @@ bcm43xx-objs := bcm43xx_main.o bcm43xx_dma.o \ | |||
5 | bcm43xx_radio.o bcm43xx_phy.o \ | 5 | bcm43xx_radio.o bcm43xx_phy.o \ |
6 | bcm43xx_power.o bcm43xx_wx.o \ | 6 | bcm43xx_power.o bcm43xx_wx.o \ |
7 | bcm43xx_pio.o bcm43xx_ilt.o \ | 7 | bcm43xx_pio.o bcm43xx_ilt.o \ |
8 | bcm43xx_leds.o $(bcm43xx-obj-y) | 8 | bcm43xx_leds.o bcm43xx_ethtool.o \ |
9 | $(bcm43xx-obj-y) | ||