Skip to content

Commit

Permalink
Merge pull request #236 from CGarces/fix_5.12
Browse files Browse the repository at this point in the history
Fixed 5.12 support.
  • Loading branch information
CGarces committed May 12, 2021
2 parents ab35c7e + 4013a01 commit 5464196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions os_dep/linux/recv_linux.c
Expand Up @@ -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;
Expand Down

0 comments on commit 5464196

Please sign in to comment.