aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
926 stars 397 forks source link

build support for kernel 5.18 and above #193

Closed smCloudInTheSky closed 1 year ago

smCloudInTheSky commented 1 year ago

Hi,

Found out that on kernel 5.18 and above the bump of C standard to C99 changed extern inline comportement and to keep the same behaviour I had to replace extern inline to static inline. This is a change to ieee80211.h that should handle the difference in behavior without much issue

smCloudInTheSky commented 1 year ago

Did saw the issue and solution on #187

tiagogalvao commented 1 year ago

Fixed build issues for me on latest arch kernel, thank you