summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorWey-Yi Guy2010-07-07 17:26:45 +0200
committerWey-Yi Guy2010-07-17 16:37:50 +0200
commitb807b8a16bee27eb93a3393c173ce209a992ef18 (patch)
treea2c60d8e6455c8df6b45d5dcb920d2f5d7d88912 /drivers/net
parentiwlwifi: more statistics counter for agn in debugfs (diff)
downloadkernel-qcow2-linux-b807b8a16bee27eb93a3393c173ce209a992ef18.tar.gz
kernel-qcow2-linux-b807b8a16bee27eb93a3393c173ce209a992ef18.tar.xz
kernel-qcow2-linux-b807b8a16bee27eb93a3393c173ce209a992ef18.zip
iwlwifi: "recover_from_tx_stall" function for 4965
"Recover from tx stall" function is available for all devices except 4965, here add the functionality to 4965. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c
index 1dd3bc4c107e..3a0d0adab1ae 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.c
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.c
@@ -2286,6 +2286,7 @@ static struct iwl_lib_ops iwl4965_lib = {
.tx_stats_read = iwl_ucode_tx_stats_read,
.general_stats_read = iwl_ucode_general_stats_read,
},
+ .recover_from_tx_stall = iwl_bg_monitor_recover,
.check_plcp_health = iwl_good_plcp_health,
};