On Tue, May 19, 2009 at 10:32:29AM +0200, Johannes Berg wrote: > John, > > You asked whether the fix-up was correct, but was there also a problem > applying that to wireless-testing? It seems to be missing a hunk (below) > in commit > > commit 4eca27a55d34bc3256fb367842ab225948fa155b > Author: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> > Date: Thu May 14 13:10:14 2009 +0200 > > mac80211: fix managed mode BSSID handling > > --- > net/mac80211/main.c | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) > > --- wireless-testing.orig/net/mac80211/main.c 2009-05-18 19:48:04.000000000 +0200 > +++ wireless-testing/net/mac80211/main.c 2009-05-19 10:30:50.000000000 +0200 > @@ -219,18 +219,26 @@ void ieee80211_bss_info_change_notify(st > u32 changed) > { > struct ieee80211_local *local = sdata->local; > + static const u8 zero[ETH_ALEN] = { 0 }; Looks like a busted rebase from pending-fixes to master -- that hunk went to a function that doesn't exist on master. Thanks for the vigilence! I'll get a fix-up for this... John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html