Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-07 | net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h | John W. Linville | 1 | -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-07 | wireless: implement basic ethtool support for cfg80211 devices | John W. Linville | 1 | -0/+8 | |
Signed-off-by: John W. Linville <linville@tuxdriver.com> |