tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: e5349952de5b1138e6275529e4ec08c0ed33777f commit: 73584a40d7484f199a98893e97dcea8b2cbe4986 [227/256] staging: wilc1000: add ops resuem/suspend/wakeup in cfg80211 config: m68k-allmodconfig (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 git checkout 73584a40d7484f199a98893e97dcea8b2cbe4986 # save the attached .config to linux build tree make.cross ARCH=m68k All errors (new ones prefixed by >>): drivers/staging/wilc1000/wilc_wfi_cfgoperations.c: In function 'wilc_create_wiphy': >> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:2833:13: error: 'struct wiphy' has no member named 'wowlan' wdev->wiphy->wowlan = &wowlan_support; ^ vim +2833 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 2827 } 2828 2829 priv = wdev_priv(wdev); 2830 sema_init(&(priv->SemHandleUpdateStats), 1); 2831 priv->wdev = wdev; 2832 wdev->wiphy->max_scan_ssids = MAX_NUM_PROBED_SSID; > 2833 wdev->wiphy->wowlan = &wowlan_support; 2834 wdev->wiphy->max_num_pmkids = WILC_MAX_NUM_PMKIDS; 2835 PRINT_INFO(CFG80211_DBG, "Max number of PMKIDs = %d\n", wdev->wiphy->max_num_pmkids); 2836 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel