You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenWRT is using drivers from "backports project". For this reason the cfg80211 module was compiled with a header file that has a slightly different wiphy structure from the standard kernel headers. To resolve this you need to apply a patch from the backports project to the kernel headers (in the OpenWRT-SDK) before compiling the driver:
Hello I have the following problem, the driver does not work under kernel 4.9.184 on Openwrt
What I have done
How can I load the cfg80211 module into the driver, where do I have to edit the kernel source, which file? he created the driver with cfg80211!
Openwrt uses backport wireless driver package instead of the in kernel one, and use it to build the entire mac80211 subsystem and its related drivers.
#254 (comment)
The text was updated successfully, but these errors were encountered: