From: Reinette Chatre Date: Thu, 20 May 2010 17:54:40 +0000 (-0700) Subject: iwl3945: enable stuck queue detection on 3945 X-Git-Tag: v2.6.34.2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c4504ea2dccb7901189f6a48c3d3c0ed20d3475;p=karo-tx-linux.git iwl3945: enable stuck queue detection on 3945 commit a6866ac93e6cb68091326e80b4fa4619a5957644 upstream. We learn from http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=1834 and https://bugzilla.redhat.com/show_bug.cgi?id=589777 that 3945 can also suffer from a stuck command queue. Enable stuck queue detection for iwl3945 to enable recovery in this case. Signed-off-by: Reinette Chatre Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index caebec46b3e4..c92fbe4d8d7f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c @@ -2792,6 +2792,7 @@ static struct iwl_lib_ops iwl3945_lib = { .isr = iwl_isr_legacy, .config_ap = iwl3945_config_ap, .add_bcast_station = iwl3945_add_bcast_station, + .recover_from_tx_stall = iwl_bg_monitor_recover, }; static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = {