kbuild test robot <lkp@xxxxxxxxx> writes: > Hi Rajkumar, > > [auto build test ERROR on ath6kl/ath-next] > [also build test ERROR on v4.8-rc5 next-20160906] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] > [Check https://git-scm.com/docs/git-format-patch for more information] > > url: https://github.com/0day-ci/linux/commits/Rajkumar-Manoharan/ath10k-advertize-hardware-packet-loss-mechanism/20160906-151148 > base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next > config: i386-randconfig-x008-201636 (attached as .config) > compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All error/warnings (new ones prefixed by >>): > > In file included from drivers/net/wireless/ath/ath10k/mac.h:21:0, > from drivers/net/wireless/ath/ath10k/mac.c:18: > drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_register': >>> include/net/mac80211.h:2206:57: error: 'IEEE80211_HW_REPORTS_LOW_ACK' undeclared (first use in this function) > #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) > ^ >>> drivers/net/wireless/ath/ath10k/mac.c:7884:2: note: in expansion of macro 'ieee80211_hw_set' > ieee80211_hw_set(ar->hw, REPORTS_LOW_ACK); > ^~~~~~~~~~~~~~~~ > include/net/mac80211.h:2206:57: note: each undeclared identifier is reported only once for each function it appears in > #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) > ^ >>> drivers/net/wireless/ath/ath10k/mac.c:7884:2: note: in expansion of macro 'ieee80211_hw_set' > ieee80211_hw_set(ar->hw, REPORTS_LOW_ACK); > ^~~~~~~~~~~~~~~~ This is expected as this depends on a mac80211 patch which is not applied yet. -- Kalle Valo