Commit f1906fb2 authored by Felix Fietkau's avatar Felix Fietkau

mt76: increase ED/CCA tx block threshold

Block only when the busy time reaches 92%, as lower values can be reached with
heavy 802.11 traffic as well.
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent ccdaf7b4
...@@ -926,7 +926,7 @@ void mt76x02_edcca_init(struct mt76x02_dev *dev, bool enable) ...@@ -926,7 +926,7 @@ void mt76x02_edcca_init(struct mt76x02_dev *dev, bool enable)
} }
EXPORT_SYMBOL_GPL(mt76x02_edcca_init); EXPORT_SYMBOL_GPL(mt76x02_edcca_init);
#define MT_EDCCA_TH 90 #define MT_EDCCA_TH 92
#define MT_EDCCA_BLOCK_TH 2 #define MT_EDCCA_BLOCK_TH 2
static void mt76x02_edcca_check(struct mt76x02_dev *dev) static void mt76x02_edcca_check(struct mt76x02_dev *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment