wifi: Stop scanning when disabling wifi
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 15 Jun 2012 11:13:42 +0000 (14:13 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Jun 2012 07:57:19 +0000 (10:57 +0300)
commitf2a1f32186febe7a2b2f7ca41966fc21d032c76a
treeb8e1be9d626b408133788897e737372e96765fa8
parentfc41a18566f0bb753fd8ce35873d1442942f464c
wifi: Stop scanning when disabling wifi

Move wifi scan stopping from wifi remove to wifi disable since
only wifi disable is called when the wifi technology is disabled.
Removing a wifi device will first disable it and then continue
with the removal procedure.
plugins/wifi.c