rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

build support for kernel 5.18 and above

Open smCloudInTheSky opened this issue 2 years ago • 2 comments

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 avatar Jul 27 '22 09:07 smCloudInTheSky

Did saw the issue and solution on #187

smCloudInTheSky avatar Jul 27 '22 09:07 smCloudInTheSky

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

tiagogalvao avatar Aug 14 '22 09:08 tiagogalvao