qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
426 stars 181 forks source link

CCA Threshold #147

Closed jeter1112 closed 5 years ago

jeter1112 commented 5 years ago

Hi, I wanted to change the CCA threshold of ar9271. I modified the ar9002_phy.h.

_#define AR_PHY_CCA_NOM_VAL_9271_2GHZ -20

define AR_PHY_CCA_MIN_GOOD_VAL_9271_2GHZ -27

define AR_PHY_CCA_MAX_GOOD_VAL_92712GHZ -16

However, it seems nothing to happen. I want to know how to change CCA threshold correctly.