Hi Felix,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on wireless-drivers/master mac80211-next/master mac80211/master
linus/master v5.14-rc1 next-20210713]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Felix-Fietkau/Ethernet-WLAN-hard...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-ne...
master
config: sparc-randconfig-p002-20210713 (attached as .config)
compiler: sparc-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://github.com/0day-ci/linux/commit/c531997b320959473fb8b8e72d837aff5...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Felix-Fietkau/Ethernet-WLAN-hardware-flow-offloading-support-on-MT7622/20210714-001409
git checkout c531997b320959473fb8b8e72d837aff58970493
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir
ARCH=sparc SHELL=/bin/bash net/mac80211/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> net/mac80211/iface.c:718:27: error:
'ieee80211_netdev_fill_forward_path' undeclared here (not in a function); did you
mean 'drv_net_fill_forward_path'?
718 | .ndo_fill_forward_path =
ieee80211_netdev_fill_forward_path,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| drv_net_fill_forward_path
net/mac80211/iface.c:761:12: warning: 'ieee80211_netdev_fill_forward_path'
defined but not used [-Wunused-function]
761 | static int ieee80211_netdev_fill_forward_path(struct net_device_path_ctx *ctx,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +718 net/mac80211/iface.c
708
709 static const struct net_device_ops ieee80211_dataif_ops = {
710 .ndo_open = ieee80211_open,
711 .ndo_stop = ieee80211_stop,
712 .ndo_uninit = ieee80211_uninit,
713 .ndo_start_xmit = ieee80211_subif_start_xmit,
714 .ndo_set_rx_mode = ieee80211_set_multicast_list,
715 .ndo_set_mac_address = ieee80211_change_mac,
716 .ndo_select_queue = ieee80211_netdev_select_queue,
717 .ndo_get_stats64 = ieee80211_get_stats64,
718 .ndo_fill_forward_path = ieee80211_netdev_fill_forward_path,
719 };
720
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org