Hi Daniel,

[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on v4.11-rc6 next-20170407]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Daniel-Golle/rt2x00-invert-external-PA-capability-flag-logic/20170410-095601
base:   
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git 
master
config: i386-randconfig-x077-201715 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net//wireless/ralink/rt2x00/rt2800lib.c: In function 
'rt2800_init_rfcsr_3352':
>> drivers/net//wireless/ralink/rt2x00/rt2800lib.c:7095:37: error: 'tx0_int_pa' 
>> undeclared (first use in this function)
     rt2800_rfcsr_write(rt2x00dev, 51, (tx0_int_pa ? 0x7f : 0x52));
                                        ^~~~~~~~~~
   drivers/net//wireless/ralink/rt2x00/rt2800lib.c:7095:37: note: each 
undeclared identifier is reported only once for each function it appears in
>> drivers/net//wireless/ralink/rt2x00/rt2800lib.c:7099:37: error: 'tx1_int_pa' 
>> undeclared (first use in this function)
     rt2800_rfcsr_write(rt2x00dev, 55, (tx1_int_pa ? 0x7f : 0x52));
                                        ^~~~~~~~~~

vim +/tx0_int_pa +7095 drivers/net//wireless/ralink/rt2x00/rt2800lib.c

dab38e7d Daniel Golle 2017-01-16  7089          rfcsr = 0x2d;
931ed5ca Daniel Golle 2017-04-10  7090          if (tx0_ext_pa)
dab38e7d Daniel Golle 2017-01-16  7091                  
rt2x00_set_field8(&rfcsr, RFCSR50_TX0_EXT_PA, 1);
931ed5ca Daniel Golle 2017-04-10  7092          if (tx1_ext_pa)
dab38e7d Daniel Golle 2017-01-16  7093                  
rt2x00_set_field8(&rfcsr, RFCSR50_TX1_EXT_PA, 1);
dab38e7d Daniel Golle 2017-01-16  7094          rt2800_rfcsr_write(rt2x00dev, 
50, rfcsr);
dab38e7d Daniel Golle 2017-01-16 @7095          rt2800_rfcsr_write(rt2x00dev, 
51, (tx0_int_pa ? 0x7f : 0x52));
dab38e7d Daniel Golle 2017-01-16  7096          rt2800_rfcsr_write(rt2x00dev, 
52, (tx0_int_pa ? 0x00 : 0xc0));
dab38e7d Daniel Golle 2017-01-16  7097          rt2800_rfcsr_write(rt2x00dev, 
53, (tx0_int_pa ? 0x52 : 0xd2));
dab38e7d Daniel Golle 2017-01-16  7098          rt2800_rfcsr_write(rt2x00dev, 
54, (tx0_int_pa ? 0x1b : 0xc0));
dab38e7d Daniel Golle 2017-01-16 @7099          rt2800_rfcsr_write(rt2x00dev, 
55, (tx1_int_pa ? 0x7f : 0x52));
dab38e7d Daniel Golle 2017-01-16  7100          rt2800_rfcsr_write(rt2x00dev, 
56, (tx1_int_pa ? 0x00 : 0xc0));
dab38e7d Daniel Golle 2017-01-16  7101          rt2800_rfcsr_write(rt2x00dev, 
57, (tx0_int_pa ? 0x52 : 0x49));
dab38e7d Daniel Golle 2017-01-16  7102          rt2800_rfcsr_write(rt2x00dev, 
58, (tx1_int_pa ? 0x1b : 0xc0));

:::::: The code at line 7095 was first introduced by commit
:::::: dab38e7d251d26917935352bee605974cc46eaec rt2x00: rt2800lib: support for 
for RT3352 with external PA

:::::: TO: Daniel Golle <[email protected]>
:::::: CC: Kalle Valo <[email protected]>

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

Attachment: .config.gz
Description: application/gzip

Reply via email to