diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75d9e4f..6d05280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,7 @@ jobs: [ -z "$AMD64_DEB" ] && exit 2 wget -nv ${KERNEL_URL}v${VERSION}/$AMD64_DEB wget -nv ${KERNEL_URL}v${VERSION}/$ALL_DEB + wget -nv http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.33-0ubuntu5_amd64.deb sudo dpkg --force-all -i *.deb echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV - uses: actions/checkout@v2 diff --git a/os_dep/linux/recv_linux.c b/os_dep/linux/recv_linux.c index 7fecc84..35cae1d 100644 --- a/os_dep/linux/recv_linux.c +++ b/os_dep/linux/recv_linux.c @@ -359,6 +359,7 @@ static int napi_recv(_adapter *padapter, int budget) if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP) rx_ok = _TRUE; #else + rtw_napi_gro_receive(&padapter->napi, pskb); rx_ok = _TRUE; #endif goto next;