aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorIvo van Doorn <ivdoorn@gmail.com>2008-05-05 17:23:47 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-05-12 21:22:17 -0400
commited499983b88d138848ec9e4d104fd86a5ef0c183 (patch)
treea8883598faacce6268b445dc6efd7d0a089f7a75 /net/mac80211
parent78720897459a0ed3843c80e9bd9ef1b2f7ae5c8f (diff)
rt2x00: Fix broken recover-on-error path
During initialization the initialize() callback function in rt2x00pci and rt2x00usb will cleanup the mess they made. rt2x00lib shouldn't call uninitialize because the callback function already cleaned up _and_ the DEVICE_INITIALIZED isn't set which causes the rt2x00lib_uninitialize() to halt directly anyway. All that is required to be cleaned up by rt2x00lib is the queue, and that can be done by calling rt2x00queue_uninitialize() directly. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions