Skip to content
Commit a8eef8a2 authored by Kalle Valo's avatar Kalle Valo Committed by Jeff Garzik
Browse files

[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()



With my Buffalo WLI-CF-S11G PC Card kernel oopses every time in
prism2_interrupt() when I try load the hostap module. local->hw_priv is null
during the first call to prism2_interrupt(). It feels like
interrupts are enabled too early, or something.

This patch fixes the symptom, but not the cause.

Signed-off-by: default avatarKalle Valo <Kalle.Valo@iki.fi>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 6c5b90d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment