kimocoder / realtek_rtwifi

Realtek RTL8xxxU
https://www.aircrack-ng.org
68 stars 14 forks source link

Compile error, no member device_info #26

Open Darkar25 opened 2 years ago

Darkar25 commented 2 years ago

struct rtl8192eu_efuse does not contain device_info... Error came from c801212

mirschkyn commented 2 years ago

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.

Darkar25 commented 2 years ago

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