rtl8192su
rtl8192su copied to clipboard
A copy of Joshua Roys' rtl8192su mac80211 driver port
Results
3
rtl8192su issues
Sort by
recently updated
recently updated
newest added
When building the driver on my raspberry pi 3+, I got an error indicated [here](https://github.com/avisiedo/rtl8192su/issues/1). It seems to be related with some changes on kernel 4.12. This change allow to...
cfg80211_ibss_joined now requires a channel argument as of kernel 3.15, added r92su->current_channel ... fixed the compile error, but I'm completely new to this and pretty much crash-coursed C just to...