mac80211: enable 3-stream support in minstrel_ht

SVN-Revision: 20969
master
Felix Fietkau 15 years ago
parent e4fd5aa8a2
commit 544a625b6c
  1. 6
      package/mac80211/patches/530-minstrel_ht.patch

@ -899,10 +899,10 @@
+#define __RC_MINSTREL_HT_H +#define __RC_MINSTREL_HT_H
+ +
+/* +/*
+ * maximum number of spatial streams to make use of + * The number of streams can be changed to 2 to reduce code
+ * set this value to 3 once we have drivers that support it + * size and memory footprint.
+ */ + */
+#define MINSTREL_MAX_STREAMS 2 +#define MINSTREL_MAX_STREAMS 3
+#define MINSTREL_STREAM_GROUPS 4 +#define MINSTREL_STREAM_GROUPS 4
+ +
+/* scaled fraction values */ +/* scaled fraction values */

Loading…
Cancel
Save