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 160 MHz channel width in 2.4 GHz #205

Open
joshschmelzle opened this issue Sep 26, 2024 · 1 comment
Open

Fix 160 MHz channel width in 2.4 GHz #205

joshschmelzle opened this issue Sep 26, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@joshschmelzle
Copy link
Member

Fix advertisement of 160 MHz channel width in 2.4 GHz.

image

@joshschmelzle
Copy link
Member Author

joshschmelzle commented Nov 8, 2024

I suggest looking at these lines of code and putting a conditional if the channel is 2.4 GHz to use the 40 MHz version instead of 160 MHz. Then validate the changes with a protocol analyzer.

# eht_op_data24 = b"\x6a\x05\x11\x00\x00\x00\xf9\x4f\x3f" # 40 MHz CBW
# eht_op_data = b"\x6a\x05\x11\x00\x00\x00\xfa\x4f\x3f" # 80 MHz CBW
eht_op_data5 = b"\x6a\x05\x11\x00\x00\x00\xfb\x4f\x3f" # 160 MHz CBW

@joshschmelzle joshschmelzle added good first issue Good for newcomers bug Something isn't working labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant