[PATCH] rtlwifi: rtl8723be: Fix bug in ant_sel code from commit c18d8f509571

kbuild test robot lkp at intel.com
Thu Nov 17 19:33:06 UTC 2016


Hi Ping-Ke,

[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on v4.9-rc5]
[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/Larry-Finger/rtlwifi-rtl8723be-Fix-bug-in-ant_sel-code-from-commit-c18d8f509571/20161118-024559
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
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=ia64 

All errors (new ones prefixed by >>):

   drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c: In function 'rtl8723be_read_bt_coexist_info_from_hwpg':
>> drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c:2670:30: error: 'struct rtl_btc_info' has no member named 'single_ant_path'
      rtlpriv->btcoexist.btc_info.single_ant_path =
                                 ^

vim +2670 drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c

  2664		}
  2665	
  2666		/* override ant_num / ant_path */
  2667		if (mod_params->ant_sel) {
  2668			rtlpriv->btcoexist.btc_info.ant_num =
  2669				(mod_params->ant_sel == 1 ? ANT_X2 : ANT_X1);
> 2670			rtlpriv->btcoexist.btc_info.single_ant_path =
  2671				(mod_params->ant_sel == 1 ? 0 : 1);
  2672		}
  2673	}

---
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/gzip
Size: 45106 bytes
Desc: not available
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20161118/2be56458/attachment-0001.bin>


More information about the devel mailing list