FreedomBen / rtl8188ce-linux-driver

This modified version of the RealTek WiFi driver fixes some issues with RealTek cards on Linux.
GNU General Public License v2.0
491 stars 108 forks source link

Fixes issue #123 #126

Closed 7up4 closed 7 years ago

7up4 commented 7 years ago

According to the https://github.com/torvalds/linux/commit/531940f9644da798f04382aeb5e8929295dfde61 RT_ASSERT was replaced by WARN_ONCE.

FreedomBen commented 7 years ago

Thanks!