aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/ethtool.h
Commit message (Collapse)AuthorAgeFilesLines
* net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.hJohn W. Linville2009-10-071-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>
* wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville2009-10-071-0/+8
Signed-off-by: John W. Linville <linville@tuxdriver.com>