Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b807b8a1 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

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: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 9cae611f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};