rpms/kernel/devel iwlwifi-recover_from_tx_stall.patch, NONE, 1.1 kernel.spec, 1.2002, 1.2003

Kyle McMartin kyle at fedoraproject.org
Wed May 26 15:56:35 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27990

Modified Files:
	kernel.spec 
Added Files:
	iwlwifi-recover_from_tx_stall.patch 
Log Message:
* Wed May 26 2010 Kyle McMartin <kyle at redhat.com>
- iwlwifi-recover_from_tx_stall.patch: copy from F-13.


iwlwifi-recover_from_tx_stall.patch:
 iwl-3945.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE iwlwifi-recover_from_tx_stall.patch ---
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c
index 0728054..ae43a43 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 = {


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.2002
retrieving revision 1.2003
diff -u -p -r1.2002 -r1.2003
--- kernel.spec	22 May 2010 00:53:19 -0000	1.2002
+++ kernel.spec	26 May 2010 15:56:35 -0000	1.2003
@@ -702,6 +702,7 @@ Patch681: linux-2.6-mac80211-age-scan-re
 
 Patch690: iwlwifi-recalculate-average-tpt-if-not-current.patch
 Patch691: iwlwifi-fix-internal-scan-race.patch
+Patch692: iwlwifi-recover_from_tx_stall.patch
 
 Patch800: linux-2.6-crash-driver.patch
 
@@ -1373,6 +1374,7 @@ ApplyPatch ssb_check_for_sprom.patch
 
 ApplyPatch iwlwifi-recalculate-average-tpt-if-not-current.patch
 ApplyPatch iwlwifi-fix-internal-scan-race.patch
+ApplyPatch iwlwifi-recover_from_tx_stall.patch
 
 # END OF PATCH APPLICATIONS
 
@@ -2034,6 +2036,9 @@ fi
 #                 ||     ||
 
 %changelog
+* Wed May 26 2010 Kyle McMartin <kyle at redhat.com>
+- iwlwifi-recover_from_tx_stall.patch: copy from F-13.
+
 * Fri May 21 2010 Roland McGrath <roland at redhat.com> 2.6.34-11
 - utrace update
 



More information about the scm-commits mailing list