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 some issues #9

Closed
wants to merge 3 commits into from
Closed

Fix some issues #9

wants to merge 3 commits into from

Conversation

masap
Copy link

@masap masap commented Mar 9, 2017

No description provided.

Previously, tx rate more than 54Mbps was dealed as error because of
limitation of the PER file. This patch fixes the issue to use the
highest rate in the PER file.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
The commit 0bad6d6 "Replace
get_error_prob() with PER file" removed previous
get_error_prob_from_snr(). The previous function used rates defined by
rateset. The rates were [6, 9, 12, 18, 24, 36, 48, 54]. But new PER file
includes 11b rates [1, 2, 5.5, ...]. This patch fixes the PER file and
default PER to use 11a/g rate only and fixes some tests to suite to new
PER table.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
@masap masap closed this Mar 15, 2017
@masap masap deleted the develop branch March 15, 2017 03:17
@masap
Copy link
Author

masap commented Mar 15, 2017

Close this PR because of conflicts. Refer #10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant