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

Attachment: .config.gz
Description: Binary data

_______________________________________________
ath10k mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to