summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2013-01-16 13:53:10 -0500
committerDave Jones <davej@redhat.com>2013-01-16 13:53:10 -0500
commit74cf3922e78e6dc8a90f381e8241522b3999d33b (patch)
treeeb54bbab11084af473ea4829dab6b17130fdf6d0 /kernel.spec
parentf6e179360940569a25dea128759e6139e9916bbe (diff)
downloadkernel-74cf3922e78e6dc8a90f381e8241522b3999d33b.tar.gz
kernel-74cf3922e78e6dc8a90f381e8241522b3999d33b.tar.xz
kernel-74cf3922e78e6dc8a90f381e8241522b3999d33b.zip
Experiment: Double the length of the brcmsmac transmit timeout.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 9cefbdccd..e529068ba 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -692,6 +692,8 @@ Patch2899: v4l-dvb-fixes.patch
Patch2900: v4l-dvb-update.patch
Patch2901: v4l-dvb-experimental.patch
+Patch3000: brcmsmac-double-timeout.patch
+
# fs fixes
# NFSv4
@@ -1392,6 +1394,9 @@ ApplyOptionalPatch v4l-dvb-fixes.patch
ApplyOptionalPatch v4l-dvb-update.patch
ApplyOptionalPatch v4l-dvb-experimental.patch
+# Experiment: Double the length of the brcmsmac transmit timeout.
+ApplyPatch brcmsmac-double-timeout.patch
+
# Patches headed upstream
ApplyPatch fs-proc-devtree-remove_proc_entry.patch
@@ -2292,6 +2297,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jan 16 2013 Dave Jones <davej@redhat.com>
+- Experiment: Double the length of the brcmsmac transmit timeout.
+
* Wed Jan 16 2013 Josh Boyer <jwboyer@redhat.com>
- Add patch from Stanislaw Gruszka to fix iwlegacy IBSS cleanup (rhbz 886946)