On Thu, 13 Aug 2009 13:28:19 EDT, "John W. Linville" said: > On Thu, Aug 13, 2009 at 12:59:54PM -0400, Valdis.Kletnieks@vt.edu wrote: > > Build bombs out: > > > > CC drivers/net/wireless/iwlwifi/iwl-3945.o > > drivers/net/wireless/iwlwifi/iwl-3945.c: In function 'iwl3945_pass_packet_to_mac80211': > > drivers/net/wireless/iwlwifi/iwl-3945.c:580: error: 'hdr' undeclared (first use in this function) > > drivers/net/wireless/iwlwifi/iwl-3945.c:580: error: (Each undeclared identifier is reported only once > > drivers/net/wireless/iwlwifi/iwl-3945.c:580: error: for each function it appears in.) > > make[1]: *** [drivers/net/wireless/iwlwifi/iwl-3945.o] Error 1 > > Sorry, don't have a linux-next git tree, so no 'git blame' for what did it. > > Hopefully somebody recognizes their handiwork... ;) > > I think this is the LEDS-related build failure, which already has a patch. Found Kalle Valo's patch removing the #ifdef's in the linux-wireless archives, build is now proceeding thanks... Now to figure out how I managed to trip over it, CONFIG_IWLWIFI_LEDS looks like a config option I would have selected...