rtl8188eu: Fix build for kernel 5.0 and newer

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2019-10-16 11:47:29 -05:00
parent 77148c3879
commit 49e792766b
6 changed files with 22 additions and 18 deletions

View file

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