[ath6kl:pending 62/62] drivers/net/wireless/ath/ath10k/hw.c:341:21: error: 'struct ath10k' has no member named 'debug'

kbuild test robot fengguang.wu at intel.com
Fri Sep 9 11:44:18 PDT 2016


tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
head:   bfa1319f2774dda9cb97301ac6a119fb206be7ed
commit: bfa1319f2774dda9cb97301ac6a119fb206be7ed [62/62] ath10k: allow setting coverage class
config: i386-randconfig-s1-201636 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        git checkout bfa1319f2774dda9cb97301ac6a119fb206be7ed
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/hw.c: In function 'ath10k_hw_qca988x_set_coverage_class':
>> drivers/net/wireless/ath/ath10k/hw.c:341:21: error: 'struct ath10k' has no member named 'debug'
     fw_dbglog_mask = ar->debug.fw_dbglog_mask;
                        ^~
   drivers/net/wireless/ath/ath10k/hw.c:342:22: error: 'struct ath10k' has no member named 'debug'
     fw_dbglog_level = ar->debug.fw_dbglog_level;
                         ^~

vim +341 drivers/net/wireless/ath/ath10k/hw.c

   335	
   336		/* Ensure we have a debug level of WARN set for the case that the
   337		 * coverage class is larger than 0. This is important as we need to
   338		 * set the registers again if the firmware does an internal reset and
   339		 * this way we will be notified of the event.
   340		 */
 > 341		fw_dbglog_mask = ar->debug.fw_dbglog_mask;
   342		fw_dbglog_level = ar->debug.fw_dbglog_level;
   343	
   344		if (value > 0) {

---
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: 27948 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath10k/attachments/20160910/bef303a0/attachment-0001.obj>


More information about the ath10k mailing list