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>
9 lines
163 B
C
9 lines
163 B
C
#ifndef BCM43xx_ETHTOOL_H_
|
|
#define BCM43xx_ETHTOOL_H_
|
|
|
|
#include <linux/ethtool.h>
|
|
|
|
extern struct ethtool_ops bcm43xx_ethtool_ops;
|
|
|
|
#endif /* BCM43xx_ETHTOOL_H_ */
|