commit | 56ff51084eadf61a93941e9a2a20608d8dd45711 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 22 21:07:39 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue May 05 14:21:55 2015 +0200 |
tree | 3a6816dfc13a4d3b14b3aa0bddb19ef5b276761a | |
parent | f83f1c129a6f29830de74a47521dd68e57914579 [diff] |
mac80211: clean up station debugfs Remove items that can be retrieved through nl80211. This also removes two items (tx_packets and tx_bytes) where only the VO counter was exposed since they are split up per AC but in the debugfs file only the first AC was shown. Also remove the useless "dev" file - the stations have long been in a sub-directory of the netdev so there's no need for that any more. Signed-off-by: Johannes Berg <johannes.berg@intel.com>