Remco wrote:
0x22f is in ieee80211softmac_auth_queue (list.h:153).
148 * This is only for internal list manipulation where we know
149 * the prev/next entries already!
150 */
151 static inline void __list_del(struct list_head * prev, struct list_head *
next)
152 {
153 next->prev = prev;
154 prev->next = next;
155 }
156
157 /**
I can reproduce this - it is related to wpa_supplicant deauthenticating
on shutdown, and bringing the device down at the same time. softmac
keeps going for a while, and ends up working on a device which has been
brought down, --> oops
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs