Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bddb2afc authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 228c8c6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -356,6 +356,7 @@ void debugfs_hw_add(struct ieee80211_local *local)


	DEBUGFS_ADD(total_ps_buffered);
	DEBUGFS_ADD(total_ps_buffered);
	DEBUGFS_ADD(wep_iv);
	DEBUGFS_ADD(wep_iv);
	DEBUGFS_ADD(rate_ctrl_alg);
	DEBUGFS_ADD(queues);
	DEBUGFS_ADD(queues);
	DEBUGFS_ADD(misc);
	DEBUGFS_ADD(misc);
#ifdef CONFIG_PM
#ifdef CONFIG_PM
+1 −0
Original line number Original line Diff line number Diff line
@@ -522,6 +522,7 @@ void ieee80211_sta_debugfs_add(struct sta_info *sta)
		return;
		return;


	DEBUGFS_ADD(flags);
	DEBUGFS_ADD(flags);
	DEBUGFS_ADD(aid);
	DEBUGFS_ADD(num_ps_buf_frames);
	DEBUGFS_ADD(num_ps_buf_frames);
	DEBUGFS_ADD(last_seq_ctrl);
	DEBUGFS_ADD(last_seq_ctrl);
	DEBUGFS_ADD(agg_status);
	DEBUGFS_ADD(agg_status);