tree: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master head: b6b5c42e3bab939d357d800fd313e3c995164065 commit: 6cd536fe62ef58d7c4eac2da07ab0ed7fd19010d [6/25] cfg80211: change internal management frame registration API config: nios2-randconfig-a001-20200424 (attached as .config) compiler: nios2-linux-gcc (GCC) 9.3.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 6cd536fe62ef58d7c4eac2da07ab0ed7fd19010d # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=nios2 If you fix the issue, kindly add following tag as appropriate Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> drivers/staging/wilc1000/cfg80211.c:1668:3: error: 'const struct cfg80211_ops' has no member named 'mgmt_frame_register' 1668 | .mgmt_frame_register = wilc_mgmt_frame_register, | ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/wilc1000/cfg80211.c:1668:25: error: initialization of 'int (*)(struct wiphy *, struct wireless_dev *, u64)' {aka 'int (*)(struct wiphy *, struct wireless_dev *, long long unsigned int)'} from incompatible pointer type 'void (*)(struct wiphy *, struct wireless_dev *, u16, bool)' {aka 'void (*)(struct wiphy *, struct wireless_dev *, short unsigned int, _Bool)'} [-Werror=incompatible-pointer-types] 1668 | .mgmt_frame_register = wilc_mgmt_frame_register, | ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/staging/wilc1000/cfg80211.c:1668:25: note: (near initialization for 'wilc_cfg80211_ops.mgmt_tx_cancel_wait') cc1: some warnings being treated as errors vim +1668 drivers/staging/wilc1000/cfg80211.c 70418790437753 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-02-04 1636 1c40429dfad97d drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Bhumika Goyal 2016-09-26 1637 static const struct cfg80211_ops wilc_cfg80211_ops = { 80785a9a82fc6a drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1638 .set_monitor_channel = set_channel, 0e30d06d9bda25 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1639 .scan = scan, 4ffbcdb6de150c drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1640 .connect = connect, b027cde9504e87 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1641 .disconnect = disconnect, 953d417a0dc704 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1642 .add_key = add_key, 3044ba7e6f6b89 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1643 .del_key = del_key, f4893dfc31f51a drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1644 .get_key = get_key, 0f5b8ca323d56b drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1645 .set_default_key = set_default_key, 69deb4c2a1ef21 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1646 .add_virtual_intf = add_virtual_intf, b4a73355845058 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1647 .del_virtual_intf = del_virtual_intf, 3615e9a3677831 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1648 .change_virtual_intf = change_virtual_intf, c5c77ba18ea66a drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Johnny Kim 2015-05-11 1649 a13168d75b3031 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1650 .start_ap = start_ap, 2a4c84d7a04e60 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1651 .change_beacon = change_beacon, c8cddd7917d8a2 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1652 .stop_ap = stop_ap, ed26955ca0e81b drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1653 .add_station = add_station, a0a8be95cc54b3 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1654 .del_station = del_station, 14b420849bfe56 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1655 .change_station = change_station, f06f562dd14485 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1656 .get_station = get_station, bdb6338f6f5bc1 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1657 .dump_station = dump_station, a5f7db6aaa20ed drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1658 .change_bss = change_bss, a76b63ef570cd7 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1659 .set_wiphy_params = set_wiphy_params, c5c77ba18ea66a drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Johnny Kim 2015-05-11 1660 4d46657a23cce9 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1661 .set_pmksa = set_pmksa, 1ff86d9605a2ed drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1662 .del_pmksa = del_pmksa, b33c39b1f3fa11 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1663 .flush_pmksa = flush_pmksa, 6d19d695e091c2 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1664 .remain_on_channel = remain_on_channel, 1dd5440b60ccc8 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1665 .cancel_remain_on_channel = cancel_remain_on_channel, 4a2f9b38a5eada drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1666 .mgmt_tx_cancel_wait = mgmt_tx_cancel_wait, 12a26a33fec945 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-14 1667 .mgmt_tx = mgmt_tx, 8e0735c5e0a92d drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-20 @1668 .mgmt_frame_register = wilc_mgmt_frame_register, 46530679557262 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-22 1669 .set_power_mgmt = set_power_mgmt, a8047e26c799c8 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Chaehyun Lim 2015-09-22 1670 .set_cqm_rssi_config = set_cqm_rssi_config, c5c77ba18ea66a drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Johnny Kim 2015-05-11 1671 73584a40d7484f drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-01-25 1672 .suspend = wilc_suspend, 73584a40d7484f drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-01-25 1673 .resume = wilc_resume, 73584a40d7484f drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-01-25 1674 .set_wakeup = wilc_set_wakeup, 70418790437753 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-02-04 1675 .set_tx_power = set_tx_power, 70418790437753 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-02-04 1676 .get_tx_power = get_tx_power, 73584a40d7484f drivers/staging/wilc1000/wilc_wfi_cfgoperations.c Glen Lee 2016-01-25 1677 :::::: The code at line 1668 was first introduced by commit :::::: 8e0735c5e0a92d6a8e5b30cd485c2811d701e58b staging: wilc1000: rename WILC_WFI_frame_register :::::: TO: Chaehyun Lim <chaehyun.lim@xxxxxxxxx> :::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip