rpms/kernel/F-8 kernel.spec, 1.239, 1.240 linux-2.6-ath5k-fixes.patch, 1.2, 1.3

John W. Linville (linville) fedora-extras-commits at redhat.com
Tue Oct 23 17:53:41 UTC 2007


Author: linville

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24557

Modified Files:
	kernel.spec linux-2.6-ath5k-fixes.patch 
Log Message:
remove problematic hunk from ath5k fixes patch


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- kernel.spec	22 Oct 2007 20:49:43 -0000	1.239
+++ kernel.spec	23 Oct 2007 17:53:07 -0000	1.240
@@ -1866,6 +1866,9 @@
 
 
 %changelog
+* Tue Oct 23 2007 John W. Linville <linville at redhat.com>
+- remove problematic hunk from ath5k fixes patch
+
 * Mon Oct 22 2007 Adam Jackson <ajax at redhat.com>
 - Add e1000.eeprom_bad_csum_allow
 

linux-2.6-ath5k-fixes.patch:

Index: linux-2.6-ath5k-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-ath5k-fixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-ath5k-fixes.patch	22 Oct 2007 20:22:35 -0000	1.2
+++ linux-2.6-ath5k-fixes.patch	23 Oct 2007 17:53:07 -0000	1.3
@@ -37,16 +37,3 @@
  
  				/* Write rate duration table */
  				for (i = 0; i < rt->rate_count; i++)
-diff -up linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c.orig linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c
---- linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c.orig	2007-10-17 14:38:25.000000000 -0400
-+++ linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c	2007-10-17 14:38:20.000000000 -0400
-@@ -1944,6 +1944,9 @@ static int ath_getchannels(struct ieee80
- 		}
- 
- 		hw_rates = ath5k_hw_get_rate_table(ah, mode->mode);
-+		if (!hw_rates)
-+			return -EINVAL;
-+
- 		mode->num_rates    = ath_copy_rates(mode->rates, hw_rates,
- 			max_r);
- 		mode->num_channels = ath_copy_channels(ah, mode->channels,




More information about the fedora-extras-commits mailing list