kbuild test robot <lkp@xxxxxxxxx> writes: > Hi Balaji, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on ath6kl/ath-next] > [cannot apply to v4.19-rc3 next-20180910] > [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/Balaji-Pothunoori/ath10k-management-tx-ack-rssi-capability-check/20180911-105502 > base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next > config: xtensa-allmodconfig (attached as .config) > compiler: xtensa-linux-gcc (GCC) 8.1.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > GCC_VERSION=8.1.0 make.cross ARCH=xtensa > > All errors (new ones prefixed by >>): > > drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_register': >>> drivers/net/wireless/ath/ath10k/mac.c:8485:11: error: >> 'NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT' undeclared (first use in >> this function); did you mean >> 'NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT'? > NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT > drivers/net/wireless/ath/ath10k/mac.c:8485:11: note: each undeclared identifier is reported only once for each function it appears in This is expected as this depends on a cfg80211 patch not yet in my ath.git tree: 9c06602b1b92 cfg80211: clarify frames covered by average ACK signal report Currently in net-next. -- Kalle Valo