rtl8723ds: Fix fallthrough annotation

Signed-off-by: John-Eric Kamps <john-eric.kamps@honeywell.com>
This commit is contained in:
John-Eric Kamps
2020-04-11 08:51:45 +02:00
parent 2ca33c2b77
commit 17db5978f6
5 changed files with 6 additions and 1 deletions

View File

@@ -1465,7 +1465,7 @@ void mgt_dispatcher(_adapter *padapter, union recv_frame *precv_frame)
ptable->func = &OnAuth;
else
ptable->func = &OnAuthClient;
/* pass through */
__attribute__ ((__fallthrough__));/* FALL THRU */
case WIFI_ASSOCREQ:
case WIFI_REASSOCREQ:
_mgt_dispatcher(padapter, ptable, precv_frame);