lwfinger / rtl8723du

89 stars 43 forks source link

Authentication failures on 5.13.0-27-generic #12

Closed int-index closed 2 years ago

int-index commented 2 years ago

NetworkManager can list the available Wi-Fi networks but it’s impossible to connect to any of them (authentication fails). The issue is due to 9690f34fc2603d04b53432df4e3d6c282f3d1ca6, which introduces a bug, as in the #else branch the rtw_napi_gro_receive(&adapt->napi, pskb) subroutine is no longer called at all.

I believe the intent was to stop checking for GRO_DROP, but the entire call was removed as an accident. A similar issue and fix in another repo: