brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.61k stars 466 forks source link

Update README.md #14

Closed rrafal1337 closed 5 years ago

rrafal1337 commented 5 years ago

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

yuyichao commented 3 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...)