[PATCH v3 1/2] ath10k: Add support for ath10k_sta_statistics support

kbuild test robot lkp at intel.com
Tue Mar 29 02:08:41 PDT 2016


Hi Mohammed,

[auto build test ERROR on ath6kl/ath-next]
[also build test ERROR on v4.6-rc1 next-20160329]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Mohammed-Shafi-Shajakhan/ath10k-Add-support-for-ath10k_sta_statistics-support/20160329-165849
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next
config: sparc64-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/debugfs_sta.c: In function 'ath10k_sta_statistics':
>> drivers/net/wireless/ath/ath10k/debugfs_sta.c:45:2: error: implicit declaration of function 'ath10k_peer_stats_enabled' [-Werror=implicit-function-declaration]
     if (!ath10k_peer_stats_enabled(ar))
     ^
>> drivers/net/wireless/ath/ath10k/debugfs_sta.c:48:7: error: 'struct station_info' has no member named 'rx_duration'
     sinfo->rx_duration = arsta->rx_duration;
          ^
>> drivers/net/wireless/ath/ath10k/debugfs_sta.c:49:27: error: 'NL80211_STA_INFO_RX_DURATION' undeclared (first use in this function)
     sinfo->filled |= 1ULL << NL80211_STA_INFO_RX_DURATION;
                              ^
   drivers/net/wireless/ath/ath10k/debugfs_sta.c:49:27: note: each undeclared identifier is reported only once for each function it appears in
   cc1: some warnings being treated as errors

vim +/ath10k_peer_stats_enabled +45 drivers/net/wireless/ath/ath10k/debugfs_sta.c

    39				   struct ieee80211_sta *sta,
    40				   struct station_info *sinfo)
    41	{
    42		struct ath10k_sta *arsta = (struct ath10k_sta *)sta->drv_priv;
    43		struct ath10k *ar = arsta->arvif->ar;
    44	
  > 45		if (!ath10k_peer_stats_enabled(ar))
    46			return;
    47	
  > 48		sinfo->rx_duration = arsta->rx_duration;
  > 49		sinfo->filled |= 1ULL << NL80211_STA_INFO_RX_DURATION;
    50	}
    51	
    52	static ssize_t ath10k_dbg_sta_read_aggr_mode(struct file *file,

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 45167 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath10k/attachments/20160329/7e681ef4/attachment-0001.obj>


More information about the ath10k mailing list