Commit 54330bf6 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: fix HW registration error paths



Station info state is started in allocation, so should be
destroyed on free (it's just a timer); rate control must
be freed if anything afterwards fails to initialize.

LED exit should be later, no need for locking there, but
it needs to be done also when rate init failed.

Also clean up the code by moving a label so the locking
doesn't have to be done separately.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c1e140bf
Supports Markdown
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