Files
ubports_kernel_google_msm/net
Johannes Berg 84f6a01ce0 mac80211: fix configure_filter invocation after stop
Since configure_filter can sleep now, any multicast
configuration needed to be postponed to a work struct.
This, however, lead to a problem that we could queue
the work, stop the device and then afterwards invoke
configure_filter which may lead to driver hangs and is
a bug. To fix this, we can just cancel the filter work
since it's unnecessary to do after stopping the hw.

Since there are various places that call drv_stop, and
two of them do very similar things, the code for them
can be put into a shared function at the same time.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reported-by: Lennert Buytenhek <buytenh@wantstofly.org>
Tested-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-28 14:40:25 -04:00
..
2009-08-05 10:42:58 -07:00
2009-08-19 23:08:24 +04:00
2009-08-19 23:08:24 +04:00
2009-08-05 10:42:58 -07:00
2009-08-13 16:43:32 -07:00
2009-07-12 12:22:34 -07:00
2009-08-05 10:42:58 -07:00
2009-07-23 18:01:10 -07:00
2009-08-04 16:44:23 -04:00
2009-08-05 10:42:58 -07:00
2009-07-12 12:22:34 -07:00
2009-07-12 14:03:27 -07:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00