OSDN Git Service

mac80211: clean up station debugfs
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 19:07:39 +0000 (21:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2015 12:21:55 +0000 (14:21 +0200)
commit56ff51084eadf61a93941e9a2a20608d8dd45711
tree3a6816dfc13a4d3b14b3aa0bddb19ef5b276761a
parentf83f1c129a6f29830de74a47521dd68e57914579
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>
net/mac80211/debugfs_sta.c