mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 02:21:05 +02:00
mac80211: enable 3-stream support in minstrel_ht
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20969 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b4ab847b2d
commit
5e117632a0
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user