aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/ethtool.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-10-07net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.hJohn W. Linville1-2/+0
Everything including this header includes net/cfg80211.h, which includes linux/netdevice.h, which includes linux/ethtool.h already. Why slow-down the build, even a little bit? Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-07wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville1-0/+8
Signed-off-by: John W. Linville <linville@tuxdriver.com>