realtek_rtwifi
realtek_rtwifi copied to clipboard
Compile error, no member device_info
struct rtl8192eu_efuse does not contain device_info... Error came from c801212
Same here. Clearly a missing struct member. There is no device_info member anywhere. This can never build.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/realtek/rtl8xxxu?id=c240b044edefa3c3af4014a4030e017dd95b59a1
Same change in the kernel contains the relevant struct member changes.
Same here. Clearly a missing struct member. There is no device_info member anywhere. This can never build.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/realtek/rtl8xxxu?id=c240b044edefa3c3af4014a4030e017dd95b59a1
Same change in the kernel contains the relevant struct member changes.
Thanks,i will apply these changes in my fork