diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-02-07 10:40:50 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-02-07 10:40:50 +0100 |
commit | bddb2afcb6c52a545f18fb9bcd4829828ebf4a3a (patch) | |
tree | 0021fe481f8acf3694d92d72f3dd1b2a71a20ca3 /net/mac80211/debugfs.c | |
parent | 228c8c6b1f4376788e9d5ab00d50b10228eb40d3 (diff) | |
download | linux-bddb2afcb6c52a545f18fb9bcd4829828ebf4a3a.tar.bz2 |
mac80211: add back lost debugfs files
Somehow these files were never present or lost, but the code
is there and they seem somewhat useful, so add them back.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index f62cd0e13c58..47bea0babe78 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c @@ -356,6 +356,7 @@ void debugfs_hw_add(struct ieee80211_local *local) DEBUGFS_ADD(total_ps_buffered); DEBUGFS_ADD(wep_iv); + DEBUGFS_ADD(rate_ctrl_alg); DEBUGFS_ADD(queues); DEBUGFS_ADD(misc); #ifdef CONFIG_PM |