Arnd Bergmann <arnd@xxxxxxxx> wrote: > When CONFIG_ATH11K_DEBUGFS is disabled, but CONFIG_MAC80211_DEBUGFS > is turned on, the driver fails to build: > > drivers/net/wireless/ath/ath11k/debugfs_sta.c: In function 'ath11k_dbg_sta_open_htt_peer_stats': > drivers/net/wireless/ath/ath11k/debugfs_sta.c:416:4: error: 'struct ath11k' has no member named 'debug' > ar->debug.htt_stats.stats_req = stats_req; > ^~ > > It appears that just using the former symbol is sufficient here, > adding a Kconfig dependency takes care of the corner cases. > > Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. a45ceea5015d ath11k: fix debugfs build failure -- https://patchwork.kernel.org/patch/11321921/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches