summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ethtool.c
Commit message (Collapse)AuthorAgeFilesLines
* cfg80211: make ethtool the driver's responsibilityJohannes Berg2014-06-231-0/+244
Currently, cfg80211 tries to implement ethtool, but that doesn't really scale well, with all the different operations. Make the lower-level driver responsible for it, which currently only has an effect on mac80211. It will similarly not scale well at that level though, since mac80211 also has many drivers. To cleanly implement this in mac80211, introduce a new file and move some code to appropriate places. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
OpenPOWER on IntegriCloud