Search Linux Wireless

Re: [PATCH 3/6] mwifiex: add wowlan net-detect support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi chunfan,

[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on next-20160106]
[cannot apply to v4.4-rc8]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Amitkumar-Karwar/mwifiex-wowlan-enahancements/20160107-173706
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master
config: m68k-allyesconfig (attached as .config)
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=m68k 

All errors (new ones prefixed by >>):

   drivers/net/wireless/marvell/mwifiex/scan.c: In function 'mwifiex_ret_802_11_scan':
>> drivers/net/wireless/marvell/mwifiex/scan.c:2159:22: error: 'struct wiphy' has no member named 'wowlan_config'
     if (priv->wdev.wiphy->wowlan_config)
                         ^
   drivers/net/wireless/marvell/mwifiex/scan.c:2160:31: error: 'struct wiphy' has no member named 'wowlan_config'
      nd_config = priv->wdev.wiphy->wowlan_config->nd_config;
                                  ^
--
   drivers/net/wireless/marvell/mwifiex/sta_ioctl.c: In function 'mwifiex_enable_hs':
>> drivers/net/wireless/marvell/mwifiex/sta_ioctl.c:510:23: error: 'struct wiphy' has no member named 'wowlan_config'
         !priv->wdev.wiphy->wowlan_config->nd_config) {
                          ^

vim +2159 drivers/net/wireless/marvell/mwifiex/scan.c

  2153		   TLVs */
  2154		mwifiex_ret_802_11_scan_get_tlv_ptrs(adapter, tlv_data, tlv_buf_size,
  2155						     TLV_TYPE_CHANNELBANDLIST,
  2156						     (struct mwifiex_ie_types_data **)
  2157						     &chan_band_tlv);
  2158	
> 2159		if (priv->wdev.wiphy->wowlan_config)
  2160			nd_config = priv->wdev.wiphy->wowlan_config->nd_config;
  2161	
  2162		if (nd_config) {

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux