6465ce1bbf
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>
10 lines
295 B
Makefile
10 lines
295 B
Makefile
obj-$(CONFIG_BCM43XX) += bcm43xx.o
|
|
bcm43xx-obj-$(CONFIG_BCM43XX_DEBUG) += bcm43xx_debugfs.o
|
|
|
|
bcm43xx-objs := bcm43xx_main.o bcm43xx_dma.o \
|
|
bcm43xx_radio.o bcm43xx_phy.o \
|
|
bcm43xx_power.o bcm43xx_wx.o \
|
|
bcm43xx_pio.o bcm43xx_ilt.o \
|
|
bcm43xx_leds.o bcm43xx_ethtool.o \
|
|
$(bcm43xx-obj-y)
|