cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.61k stars 316 forks source link

Fixed all always true compiler warnings #209

Closed ScriptedDeveloper closed 1 year ago

ScriptedDeveloper commented 2 years ago

I removed the conditions which check for true since it doesn't make sense to have those. It compiled fine for me and worked too.

MaxG87 commented 1 year ago

Thank you for your contribution. I just merged a fix on my own, where I fix some occasions and suppress the remaining warnings and errors.