aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/ethtool.c
Commit message (Collapse)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
|
* cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-18
| | | | | | | | | This will allow adding central tracing like in mac80211. Signed-off-by: Hila Gonen <hila.gonen@intel.com> Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* cfg80211: Add framework to support ethtool stats.Ben Greear2012-05-08
| | | | | Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville2011-03-11
| | | | Signed-off-by: John W. Linville <linville@tuxdriver.com>
* cfg80211: add firmware and hardware version to wiphyKalle Valo2009-10-07
| | | | | | | | | | | | | | It's useful to provide firmware and hardware version to user space and have a generic interface to retrieve them. Users can provide the version information in bug reports etc. Add fields for firmware and hardware version to struct wiphy. (Dropped nl80211 bits for now and modified remaining bits in favor of ethtool. -- JWL) Cc: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville2009-10-07
Signed-off-by: John W. Linville <linville@tuxdriver.com>