rpms/kernel/F-8 kernel.spec, 1.237.2.3, 1.237.2.4 linux-2.6-ath5k.patch, 1.5.2.1, 1.5.2.2

John W. Linville (linville) fedora-extras-commits at redhat.com
Tue Oct 23 18:12:33 UTC 2007


Author: linville

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

Modified Files:
      Tag: private-linville-wl-f8-branch
	kernel.spec linux-2.6-ath5k.patch 
Log Message:
update ath5k patch


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.237.2.3
retrieving revision 1.237.2.4
diff -u -r1.237.2.3 -r1.237.2.4
--- kernel.spec	19 Oct 2007 20:24:29 -0000	1.237.2.3
+++ kernel.spec	23 Oct 2007 18:11:59 -0000	1.237.2.4
@@ -13,7 +13,7 @@
 # by setting the define to ".local" or ".bz123456"
 #
 #% define buildid .local
-%define buildid 28.wl.1
+%define buildid 28.wl.2
 
 # fedora_build defines which build revision of this kernel version we're
 # building. Rather than incrementing forever, as with the prior versioning
@@ -1853,6 +1853,9 @@
 
 
 %changelog
+* Tue Oct 23 2007 John W. Linville <linville at redhat.com>
+- update ath5k patch
+
 * Fri Oct 19 2007 John W. Linville <linville at redhat.com>
 - Testing current wireless bits from upstream
 

linux-2.6-ath5k.patch:

Index: linux-2.6-ath5k.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-ath5k.patch,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- linux-2.6-ath5k.patch	19 Oct 2007 20:09:24 -0000	1.5.2.1
+++ linux-2.6-ath5k.patch	23 Oct 2007 18:11:59 -0000	1.5.2.2
@@ -11502,7 +11502,7 @@
 diff -up /dev/null linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c
 --- /dev/null	2007-10-19 09:45:41.508682727 -0400
 +++ linux-2.6.23.noarch/drivers/net/wireless/ath5k/base.c	2007-10-19 14:47:13.000000000 -0400
-@@ -0,0 +1,2631 @@
+@@ -0,0 +1,2628 @@
 +/*-
 + * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
 + * Copyright (c) 2004-2005 Atheros Communications, Inc.
@@ -13496,9 +13496,6 @@
 +		}
 +
 +		hw_rates = ath5k_hw_get_rate_table(ah, mode->mode);
-+		if (!hw_rates)
-+			return -EINVAL;
-+
 +		mode->num_rates    = ath5k_copy_rates(mode->rates, hw_rates,
 +			max_r);
 +		mode->num_channels = ath5k_copy_channels(ah, mode->channels,




More information about the fedora-extras-commits mailing list