iwlwifi: clear all the stop_queue flag after load firmware
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 9 Feb 2010 16:14:11 +0000 (08:14 -0800)
committerReinette Chatre <reinette.chatre@intel.com>
Thu, 11 Feb 2010 18:27:30 +0000 (10:27 -0800)
commita9e10fb9b1c6ad16e73cf2656951fce3a817611e
treea26cb6724fe9cce8ff3e9c47c12439e9c87e08ae
parentf36d04abe684f9e2b07c6ebe9f77ae20eb5c1e84
iwlwifi: clear all the stop_queue flag after load firmware

All the queues are awake and ready to use after loading firmware,
for firmware reload case, if any queues was stopped before
reload, mac80211 will wake those queues after restart hardware, so make
sure all the flag used to keep track of the queue status are
reset correctly.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-4965.c
drivers/net/wireless/iwlwifi/iwl-5000.c