tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending head: 9bf2356413bc7e5f5bece0ee6bf8d7320a864ecb commit: 166d98caf5eb0b907f9ce42ceed0b3a11baf4b49 [9/30] ath10k: add debugfs support to dump per sta tx stats config: x86_64-randconfig-a0-08251344 (attached as .config) compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 reproduce: git checkout 166d98caf5eb0b907f9ce42ceed0b3a11baf4b49 # save the attached .config to linux build tree make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/wireless/ath/ath10k/debugfs_sta.c: In function
'ath10k_sta_add_debugfs':
>> drivers/net/wireless/ath/ath10k/debugfs_sta.c:737:41: error: 'struct ath10k'
>> has no member named 'debug'
if (ath10k_peer_stats_enabled(ar) && ar->debug.enable_extd_tx_stats)
^~
vim +737 drivers/net/wireless/ath/ath10k/debugfs_sta.c
722
723 void ath10k_sta_add_debugfs(struct ieee80211_hw *hw, struct
ieee80211_vif *vif,
724 struct ieee80211_sta *sta, struct dentry
*dir)
725 {
726 struct ath10k *ar = hw->priv;
727
728 debugfs_create_file("aggr_mode", 0644, dir, sta,
&fops_aggr_mode);
729 debugfs_create_file("addba", 0200, dir, sta, &fops_addba);
730 debugfs_create_file("addba_resp", 0200, dir, sta,
&fops_addba_resp);
731 debugfs_create_file("delba", 0200, dir, sta, &fops_delba);
732 debugfs_create_file("peer_debug_trigger", 0600, dir, sta,
733 &fops_peer_debug_trigger);
734 debugfs_create_file("dump_tid_stats", 0400, dir, sta,
735 &fops_tid_stats_dump);
736
> 737 if (ath10k_peer_stats_enabled(ar) &&
> ar->debug.enable_extd_tx_stats)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
_______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
