Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 1/3] mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS
@ 2020-06-12 18:30 Ryder Lee
  2020-06-12 18:30 ` [PATCH v2 2/3] mt76: mt7915: add a fixed AC queue mapping Ryder Lee
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ryder Lee @ 2020-06-12 18:30 UTC (permalink / raw)
  To: Felix Fietkau, Lorenzo Bianconi
  Cc: Shayne Chen, Sean Wang, linux-wireless, linux-mediatek, Ryder Lee

Add CONFIG_MAC80211_DEBUGFS to fix a reported warning.

Fixes: ec9742a ("mt76: mt7915: add .sta_add_debugfs support")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
---
 drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
index 5278bee812f1..7e48f56b5b08 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c
@@ -384,6 +384,7 @@ int mt7915_init_debugfs(struct mt7915_dev *dev)
 	return 0;
 }
 
+#ifdef CONFIG_MAC80211_DEBUGFS
 /** per-station debugfs **/
 
 /* usage: <tx mode> <ldpc> <stbc> <bw> <gi> <nss> <mcs> */
@@ -461,3 +462,4 @@ void mt7915_sta_add_debugfs(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
 	debugfs_create_file("fixed_rate", 0600, dir, sta, &fops_fixed_rate);
 	debugfs_create_file("stats", 0400, dir, sta, &fops_sta_stats);
 }
+#endif
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-15 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-12 18:30 [PATCH v2 1/3] mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS Ryder Lee
2020-06-12 18:30 ` [PATCH v2 2/3] mt76: mt7915: add a fixed AC queue mapping Ryder Lee
2020-06-12 18:30 ` [PATCH v2 3/3] mt76: mt7915: add MU-MIMO support Ryder Lee
2020-06-15 15:51 ` [PATCH v2 1/3] mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS Kalle Valo
2020-06-15 15:52 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox