From 928e7a877db21a1ecc903d6394d5ffd3fd053d5e Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Thu, 3 Feb 2011 09:31:44 -0500 Subject: snapshot 2.6.38-rc3-git2 and an ath5k fix from sgruszka@/nick. --- kernel.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 0f2de145..a3f70280 100644 --- a/kernel.spec +++ b/kernel.spec @@ -84,7 +84,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 3 # The git snapshot level -%define gitrev 1 +%define gitrev 2 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -741,6 +741,8 @@ Patch12436: hfsplus-05-fix-failed-mount.patch # rhbz#607499 Patch12437: atl1c-add-missing-pci-id.patch +Patch12438: ath5k-fix-fast-channel-change.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1365,6 +1367,9 @@ ApplyPatch hfsplus-05-fix-failed-mount.patch # rhbz#607499 ApplyPatch atl1c-add-missing-pci-id.patch +# rhbz#672778 +ApplyPatch ath5k-fix-fast-channel-change.patch + # END OF PATCH APPLICATIONS %endif @@ -1977,6 +1982,10 @@ fi # ||----w | # || || %changelog +* Thu Feb 03 2011 Kyle McMartin 2.6.38-0.rc3.git2.1 +- Linux 2.6.38-rc3-git2 snapshot +- [sgruszka] ath5k: fix fast channel change (#672778) + * Wed Feb 02 2011 Kyle McMartin 2.6.38-0.rc3.git1.1 - Linux 2.6.38-rc3-git1 snapshot. -- cgit