aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/530-minstrel_ht.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-17 23:58:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-17 23:58:26 +0000
commit1bd4e4110c2a7177ac676a3b3fd73872e4fd5168 (patch)
tree09cbbc048234fce8bdbd9681d3c31a5976a35ab8 /package/mac80211/patches/530-minstrel_ht.patch
parentf3df93da5571dc9c4658bd52a01704d4af1efa80 (diff)
downloadmaster-187ad058-1bd4e4110c2a7177ac676a3b3fd73872e4fd5168.tar.gz
master-187ad058-1bd4e4110c2a7177ac676a3b3fd73872e4fd5168.tar.bz2
master-187ad058-1bd4e4110c2a7177ac676a3b3fd73872e4fd5168.zip
mac80211: enable 3-stream support in minstrel_ht
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/530-minstrel_ht.patch')
-rw-r--r--package/mac80211/patches/530-minstrel_ht.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/530-minstrel_ht.patch b/package/mac80211/patches/530-minstrel_ht.patch
index c1af99865e..2b40645f81 100644
--- a/package/mac80211/patches/530-minstrel_ht.patch
+++ b/package/mac80211/patches/530-minstrel_ht.patch
@@ -899,10 +899,10 @@
+#define __RC_MINSTREL_HT_H
+
+/*
-+ * maximum number of spatial streams to make use of
-+ * set this value to 3 once we have drivers that support it
++ * The number of streams can be changed to 2 to reduce code
++ * size and memory footprint.
+ */
-+#define MINSTREL_MAX_STREAMS 2
++#define MINSTREL_MAX_STREAMS 3
+#define MINSTREL_STREAM_GROUPS 4
+
+/* scaled fraction values */