mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
commit
5464196753
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
[ -z "$AMD64_DEB" ] && exit 2
|
[ -z "$AMD64_DEB" ] && exit 2
|
||||||
wget -nv ${KERNEL_URL}v${VERSION}/$AMD64_DEB
|
wget -nv ${KERNEL_URL}v${VERSION}/$AMD64_DEB
|
||||||
wget -nv ${KERNEL_URL}v${VERSION}/$ALL_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
|
sudo dpkg --force-all -i *.deb
|
||||||
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
|
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -359,6 +359,7 @@ static int napi_recv(_adapter *padapter, int budget)
|
|||||||
if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)
|
if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP)
|
||||||
rx_ok = _TRUE;
|
rx_ok = _TRUE;
|
||||||
#else
|
#else
|
||||||
|
rtw_napi_gro_receive(&padapter->napi, pskb);
|
||||||
rx_ok = _TRUE;
|
rx_ok = _TRUE;
|
||||||
#endif
|
#endif
|
||||||
goto next;
|
goto next;
|
||||||
|
Loading…
Reference in New Issue
Block a user