Jouni Malinen <[EMAIL PROTECTED]> writes: >> applied, but let us know when the root cause is found... > > local->hw_priv was initialized only after the interrupt handler was > registered. This could trigger a NULL pointer dereference in > prism2_pccard_card_present() that assumed that local->hw_priv is always > set (and it should have been). Fix this by setting local->hw_priv before > registering the interrupt handler.
I was trying to test Jouni's patch but now I can't reproduce the oops with latest ieee80211-wifi branch and my NULL pointer check removed. Earlier I could reproduce it every time. Strange. -- Kalle Valo - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html