Hi Grzegorz,

[auto build test ERROR on: net-next/master]
[also build test ERROR on: v4.4-rc3 next-20151127]

url:    
https://github.com/0day-ci/linux/commits/Grzegorz-Bajorski/ath10k-deliver-mgmt-frames-from-htt-to-monitor-vifs-only/20151130-205850
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/htt_rx.c: In function 'ath10k_htt_rx_h_mpdu':
>> drivers/net/wireless/ath/ath10k/htt_rx.c:1391:6: error: 
>> 'RX_FLAG_ONLY_MONITOR' undeclared (first use in this function)
         RX_FLAG_ONLY_MONITOR |
         ^
   drivers/net/wireless/ath/ath10k/htt_rx.c:1391:6: note: each undeclared 
identifier is reported only once for each function it appears in
--
   drivers/net/wireless/ath/ath10k/wmi.c: In function 
'ath10k_wmi_event_mgmt_rx':
>> drivers/net/wireless/ath/ath10k/wmi.c:2263:18: error: 'RX_FLAG_SKIP_MONITOR' 
>> undeclared (first use in this function)
     status->flag |= RX_FLAG_SKIP_MONITOR;
                     ^
   drivers/net/wireless/ath/ath10k/wmi.c:2263:18: note: each undeclared 
identifier is reported only once for each function it appears in

vim +/RX_FLAG_ONLY_MONITOR +1391 drivers/net/wireless/ath/ath10k/htt_rx.c

  1385  
  1386          /* Clear per-MPDU flags while leaving per-PPDU flags intact. */
  1387          status->flag &= ~(RX_FLAG_FAILED_FCS_CRC |
  1388                            RX_FLAG_MMIC_ERROR |
  1389                            RX_FLAG_DECRYPTED |
  1390                            RX_FLAG_IV_STRIPPED |
> 1391                            RX_FLAG_ONLY_MONITOR |
  1392                            RX_FLAG_MMIC_STRIPPED);
  1393  
  1394          if (has_fcs_err)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to