Skip to content
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

Fix noise sign and return code #834

Merged
merged 3 commits into from
Dec 7, 2022
Merged

Conversation

usr-sse2
Copy link
Contributor

@usr-sse2 usr-sse2 commented Dec 7, 2022

Apple driver returns 6 for requests like getSSID, getRSSI, getBSSID etc. when it is not connected to a network.
Noise value returned by Apple driver is either negative or 0, but I'm not sure if I should just negate it or subtract some value like IWM_MIN_DBM (in which direction does it grow?).

@zxystd
Copy link
Collaborator

zxystd commented Dec 7, 2022

Does the noise value affect something?

@usr-sse2
Copy link
Contributor Author

usr-sse2 commented Dec 7, 2022

Don't know: originally it seemed that it became better, but it may be unrelated.

@zxystd zxystd merged commit fadf42c into OpenIntelWireless:master Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants