mac80211: stop timers before canceling work items
authorBen Greear <greearb@candelatech.com>
Wed, 20 Feb 2013 17:41:08 +0000 (09:41 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Feb 2013 21:47:27 +0000 (22:47 +0100)
commit9b5bd5a4917eeb5eca00d1842a74186cfc8dd1c6
tree091b95a3412105fe1f7c58e54f1717e34d96ad72
parentcb601ffa326bc5c74a6ecd8e72ae9631e5f12f75
mac80211: stop timers before canceling work items

Re-order the quiesce code so that timers are always
stopped before work-items are flushed. This was not
the problem I saw, but I think it may still be more
correct.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c