]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw89: debugfs depends on CFG80211's one
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 10 Feb 2025 12:31:05 +0000 (20:31 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 10 Feb 2025 12:56:47 +0000 (20:56 +0800)
commita0519433ad8d347d8fb0e7f118f468456dff00fd
tree9ce52da4a5b0c8578a8f337490931877f93887eb
parent6b39cc01af66a32c4d03952e0b3aae19cdf4b66e
wifi: rtw89: debugfs depends on CFG80211's one

The wiphy_locked_debugfs_read() and wiphy_locked_debugfs_write() used
by rtw89 are defined if CFG80211_DEBUGFS enabled. Add the dependency
accordingly.

Fixes: 8fdf78f3cd5f ("wifi: rtw89: debugfs: use wiphy_locked_debugfs_{read,write}() if needed")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502101810.3CUpUL7p-lkp@intel.com/
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250210123105.10466-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/Kconfig