On Tue, Sep 03, 2013 at 03:00:28PM -0700, Guenter Roeck wrote: > Hi Greg, > > I see some new build failures with the latest stable queue for 3.4. > I can track it down later tonight if needed - right now I have to go > to a meeting. > > Here is the log for x86_64 defconfig: > > Building x86_64:defconfig ... failed > -------------- > Error log: > net/mac80211/ibss.c: In function 'ieee80211_ibss_leave': > net/mac80211/ibss.c:1203:2: error: implicit declaration of function > 'ieee80211_vif_release_channel' [-Werror=implicit-function-declaration] > cc1: some warnings being treated as errors > make[2]: *** [net/mac80211/ibss.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [net/mac80211] Error 2 > > i386 has the same failures. > Same failures are seen in 3.0. m68k, mips, and powerpc builds are affected as well. Problem is due to mac80211-add-missing-channel-context-release.patch (mac80211: add missing channel context release). Reverting this patch fixes the problem. ieee80211_vif_release_channel does not exist in 3.0 and 3.4, so the failure is not entirely surprising. Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html