mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-13 01:22:30 +00:00
Fixed 'implicit-fallthrough' warning
By adding an explict comment saying 'Intentional fallthrough' you hint at the compiler that it isn't an error/omission, but you explicitly want that (feature).
This commit is contained in:
parent
22a2b061ae
commit
ca6ba8ef08
@ -1424,6 +1424,7 @@ void mgt_dispatcher(_adapter *padapter, union recv_frame *precv_frame)
|
||||
ptable->func = &OnAuth;
|
||||
} else
|
||||
ptable->func = &OnAuthClient;
|
||||
/* Intentional fallthrough */
|
||||
/* pass through */
|
||||
case WIFI_ASSOCREQ:
|
||||
case WIFI_REASSOCREQ:
|
||||
|
Loading…
Reference in New Issue
Block a user