On Tuesday 04 August 2009 18:05:58 John W. Linville wrote: > On Fri, Jul 31, 2009 at 10:38:14PM +0200, Michael Buesch wrote: > > On Friday 31 July 2009 22:35:49 gregor kowski wrote: > > > The tkip hw support uncovered a bug in b43_write_probe_resp_template : it is > > > writing at the wrong shm offset, it is in the B43_SHM_SH_TKIPTSCTTAK zone. This > > > patch comments these writes. > > > > > > Signed-off-by: Gregor Kowski <gregor.kowski@xxxxxxxxx> > > > > Signed-off-by: Michael Buesch <mb@xxxxxxxxx> > > CC [M] drivers/net/wireless/b43/main.o > drivers/net/wireless/b43/main.c:1432: warning: ‘b43_write_probe_resp_plcp’ defined but not used > > Comment it out too? Or are you going to fix the block that has been > commented-out here? No, please add #if 0 void b43_write_probe_resp_plcp(...) { ... } #endif /* 0 */ to comment out the function, too. The probe response offload is currently not supported by mac80211. -- Greetings, Michael. -- 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