Closed rrafal1337 closed 5 years ago
Why is hard floating point required for this driver? From all what I've read elsewhere, use of floating point register is strongly discouraged in the kernel since the kernel generally don't save and restore those registers during system call. There seems to be some way you can do that if really needed but this driver doesn't seem to be doing any of that.
Regardless though, it's definitely wrong to encourage user to modify global kernel flags, especially wrong when it gets into package building script. (Also, the Makefile is hardcoding the arch making the -mhard-float
being added on arm as well...)
Hi. Some additional information in Readme file is required to solve issues with compiling: https://github.com/brektrou/rtl8821CU/issues/10 https://github.com/brektrou/rtl8821CU/issues/13