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

Revert case-statement refactor #324

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Revert case-statement refactor #324

wants to merge 2 commits into from

Conversation

bnpfeife
Copy link
Contributor

No description provided.

Commit fa68771 doesn't translate the logic from the case-statement to
if-statements correctly. WIFI_ASSOCREQ and WIFI_REASSOCREQ override
ptable->func with the if-statement when they did not previously.
As per mikedld's suggestion, use the gcc explicit fallthrough attribute
to suppress the -Wimplicit-fallthrough error.
@Benzer1406
Copy link

Please merge!

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

Successfully merging this pull request may close these issues.

2 participants