On Thu, 2006-01-12 at 12:40 +0100, Yves-Alexis Perez wrote:
> Now i've switched to the git tree, but
> don't want to check out the whole kernel, so I've only picked up the
> snapshots. But i get kernel panick as soon as I try to associate.

> What could I do ? (retry with latest mercurial rev ?)

Please do a few things:
1) go into ieee80211_rx.c and remove the "inline" from both
   ieee80211_network_init and ieee80211_process_probe_response,

2) enable full debugging for the ieee80211 modules (my Makefile
   in the snapshot does this) and rebuild

3) in bcm43xx_main.c, find the call to ieee80211_rx_mgt (there is
   only one) and insert
     | bcm43xx_printk_dump(skb->data, skb->len, "MGT PACKET");
   in front of it. rebuild

4) before trying to associate, do
     | echo 0xffffffff > /proc/net/ieee80211/debug_level

5) retry to associate now and make a picture when it panics.

6) send me the picture and your ieee80211.ko in private mail.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to