MilhouseVH
MilhouseVH
Since https://github.com/lwfinger/rtl8192du/commit/9e9e5dd40f8f29d8875321c113199540a7d9ce0d on 12 March 2018 this driver no longer builds for kernels 3.10.y and 3.14.y: ``` /home/neil/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel-next/RTL8192DU-a9deaecccf/os_dep/osdep_service.c: In function ‘new_sync_read’: /home/neil/projects/LibreELEC.tv/build.LibreELEC-WeTek_Core.arm-9.0-devel-next/RTL8192DU-a9deaecccf/os_dep/osdep_service.c:47:22: error: storage size of ‘kiocb’ isn’t known struct...
When building with aarch64 (kernel 4.4.y), the following error occurs: ``` /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-RK3328.arm-9.0-devel-next/RTL8192DU-a9deaec/core/rtw_br_ext.c:1449:28: error: implicit declaration of function ‘csum_ipv6_magic’; did you mean ‘csum_tcpudp_magic’? [-Werror=implicit-function-declaration] hdr->icmp6_cksum = csum_ipv6_magic(&iph->saddr, &iph->daddr, ^~~~~~~~~~~~~~~ csum_tcpudp_magic cc1:...
Hi. Just wondering what the plan is (if indeed there is a plan!) for a new release based on the `heimdal-7-1-branch` - would this branch be used for a 7.7.x...
Presumably this is the correct fix, and it should have been added with 3eae69531936cc41f227a532efea4cc3598d0f68. Without this PR, build v1.2 will fail when using the following meson options (cross-compiling for RPi):...
Quick & dirty fix for 5.6-rc1. No problem if you'd rather fix this another way without the #ifdef. Ref: https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdccccbc252e9
#### This is for discussion! I've created the initial coding "standards" list based on my personal interpretation of how the code is currently written, and should be written. It is...