rpms/kernel/F-13 iwlwifi-recover_from_tx_stall.patch, NONE, 1.1 kernel.spec, 1.2043, 1.2044

John W. Linville linville at fedoraproject.org
Mon May 24 17:12:02 UTC 2010


Author: linville

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14124

Modified Files:
	kernel.spec 
Added Files:
	iwlwifi-recover_from_tx_stall.patch 
Log Message:
iwlwifi: recover_from_tx_stall (#589777)

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

--- NEW FILE iwlwifi-recover_from_tx_stall.patch ---
https://bugzilla.redhat.com/show_bug.cgi?id=589777#c5

diff -up linux-2.6.33.noarch/drivers/net/wireless/iwlwifi/iwl-3945.c.orig linux-2.6.33.noarch/drivers/net/wireless/iwlwifi/iwl-3945.c
--- linux-2.6.33.noarch/drivers/net/wireless/iwlwifi/iwl-3945.c.orig	2010-05-19 16:07:15.000000000 -0400
+++ linux-2.6.33.noarch/drivers/net/wireless/iwlwifi/iwl-3945.c	2010-05-19 16:09:42.000000000 -0400
@@ -2794,6 +2794,7 @@ static struct iwl_lib_ops iwl3945_lib = 
 	.post_associate = iwl3945_post_associate,
 	.isr = iwl_isr_legacy,
 	.config_ap = iwl3945_config_ap,
+	.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/F-13/kernel.spec,v
retrieving revision 1.2043
retrieving revision 1.2044
diff -u -p -r1.2043 -r1.2044
--- kernel.spec	21 May 2010 03:30:17 -0000	1.2043
+++ kernel.spec	24 May 2010 17:12:01 -0000	1.2044
@@ -851,6 +851,8 @@ Patch12900: btrfs-check-for-read-permiss
 Patch12910: iwlwifi-fix-scan-races.patch
 # iwlwifi: fix internal scan race
 Patch12911: iwlwifi-fix-internal-scan-race.patch
+# iwlwifi: recover_from_tx_stall
+Patch12912: iwlwifi-recover_from_tx_stall.patch
 
 %endif
 
@@ -1546,6 +1548,8 @@ ApplyPatch btrfs-check-for-read-permissi
 ApplyPatch iwlwifi-fix-scan-races.patch
 # iwlwifi: fix internal scan race
 ApplyPatch iwlwifi-fix-internal-scan-race.patch
+# iwlwifi: recover_from_tx_stall
+ApplyPatch iwlwifi-recover_from_tx_stall.patch
 
 # END OF PATCH APPLICATIONS
 
@@ -2196,6 +2200,9 @@ fi
 # and build.
 
 %changelog
+* Mon May 24 2010 John W. Linville <linville at redhat.com>
+- iwlwifi: recover_from_tx_stall (#589777)
+
 * Thu May 20 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.33.4-106
 - Remove "PatchNNNN" entries for dropped patches.
 - More writeback fixes from block-2.6 tree (#593669)



More information about the scm-commits mailing list