Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1906fb2 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -926,7 +926,7 @@ void mt76x02_edcca_init(struct mt76x02_dev *dev, bool enable)
}
EXPORT_SYMBOL_GPL(mt76x02_edcca_init);

#define MT_EDCCA_TH		90
#define MT_EDCCA_TH		92
#define MT_EDCCA_BLOCK_TH	2
static void mt76x02_edcca_check(struct mt76x02_dev *dev)
{