On 11/17/21 10:30, Zameer Manji wrote:
Hello, I have been looking at the r8188eu driver code and although there is a stub header "ioctl_cfg80211.h" for the cfg80211 implementation there isn't any other code related to it. I noticed that both Larry's tree [0] and another tree [1] have full cfg80211 implementations for this driver. Would it be possible to import one of these implementations into the staging tree? Migrating the driver from wext to cfg80211 is a requirement to get the driver out of staging and would probably make the driver more useful to users. [0]: https://github.com/lwfinger/rtl8188eu/blob/v5.2.2.4/ioctl_cfg80211.c [1]: https://github.com/aircrack-ng/rtl8188eus/blob/v5.3.9/os_dep/linux/ioctl_cfg80211.c
I have been working on doing the exact migration that you want; however, it is not trivial. I am not sure when I will finish.
Larry