aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/ethtool.c
Commit message (Collapse)AuthorAgeFilesLines
* wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+33
| | | | Signed-off-by: John W. Linville <linville@tuxdriver.com>
* cfg80211: add firmware and hardware version to wiphyKalle Valo2009-10-071-1/+22
| | | | | | | | | | | | | | 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-071-0/+24
Signed-off-by: John W. Linville <linville@tuxdriver.com>