-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCA Threshold #148
Comments
Hi,
Thats for NF calibration. There's a separate CCA register which programs in
the noise floor value. It's done in the PHY init path.
…-adrian
On Fri, 27 Jul 2018 at 07:10, jeter ***@***.***> wrote:
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_9271_2GHZ -16*
However, it seems nothing to happen. I want to know how to change CCA
threshold correctly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#148>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABGl7TZJxiHvsIPglQcnjNi_ugHMK094ks5uKx9ygaJpZM4VjkPB>
.
|
Which register represents CCA register? |
@jeter1112 Not sure if it's still relevant for you, but here is a patch that allows for changing the threshold via module parameter: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_9271_2GHZ -16
However, it seems nothing to happen. I want to know how to change CCA threshold correctly.
The text was updated successfully, but these errors were encountered: