Skip to content
Snippets Groups Projects
Commit 5e4ea1f0 authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k: Fix panic on driver load


The device has to be marked as invalid before
registering the ISR. HW initialization takes place
after the ISR has been registered, and the invalid
flag is eventually cleared in the ->stop() callback.

Reported-by: default avatarPavel Roskin <proski@gnu.org>
Signed-off-by: default avatarSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2f1f00fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment