We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os_dep/linux/ioctl_cfg80211.c: На верхнем уровне: os_dep/linux/ioctl_cfg80211.c:5227:6: предупреждение: прототип для «dump_station_parameters» не был предварительно определен [-Wmissing-prototypes] 5227 | void dump_station_parameters(void *sel, struct wiphy *wiphy, const struct station_parameters *params) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:5756:18: предупреждение: прототип для «rtw_sta_info_get_by_idx» не был предварительно определен [-Wmissing-prototypes] 5756 | struct sta_info *rtw_sta_info_get_by_idx(struct sta_priv *pstapriv, const int idx, u8 *asoc_list_num) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9792:5: предупреждение: прототип для «cfg80211_rtw_external_auth» не был предварительно определен [-Wmissing-prototypes] 9792 | int cfg80211_rtw_external_auth(struct wiphy *wiphy, struct net_device *dev, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: ошибка: initialization of «int (*)(struct wiphy *, struct net_device *, struct cfg80211_chan_def *)» from incompatible pointer type «int (*)(struct wiphy *, struct cfg80211_chan_def *)» [-Wincompatible-pointer-types] 9953 | .set_monitor_channel = cfg80211_rtw_set_monitor_channel, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: замечание: (где-то рядом с инициализацией для «rtw_cfg80211_ops.set_monitor_channel») make[4]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/scripts/Makefile.build:194: os_dep/linux/ioctl_cfg80211.o] Ошибка 1 make[3]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:1989: .] Ошибка 2 make[2]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:251: __sub-make] Ошибка 2 make[2]: выход из каталога «/var/lib/dkms/rtl8192eu/1.0/build» make[1]: *** [Makefile:251: __sub-make] Ошибка 2 make[1]: выход из каталога «/usr/lib/modules/6.13.0-rc6-1-mainline/build» make: *** [Makefile:2287: modules] Ошибка 2
Если откатиться на 6.12.8 то всё прекрасно собирается. Вижу, он на какие то символы ругается.
Есть патч под 6.13? А то стандартным RTL8xxxu не работает AP(в качестве роутера, для обхода DPI).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
os_dep/linux/ioctl_cfg80211.c: На верхнем уровне: os_dep/linux/ioctl_cfg80211.c:5227:6: предупреждение: прототип для «dump_station_parameters» не был предварительно определен [-Wmissing-prototypes] 5227 | void dump_station_parameters(void *sel, struct wiphy *wiphy, const struct station_parameters *params) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:5756:18: предупреждение: прототип для «rtw_sta_info_get_by_idx» не был предварительно определен [-Wmissing-prototypes] 5756 | struct sta_info *rtw_sta_info_get_by_idx(struct sta_priv *pstapriv, const int idx, u8 *asoc_list_num) | ^~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9792:5: предупреждение: прототип для «cfg80211_rtw_external_auth» не был предварительно определен [-Wmissing-prototypes] 9792 | int cfg80211_rtw_external_auth(struct wiphy *wiphy, struct net_device *dev, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: ошибка: initialization of «int (*)(struct wiphy *, struct net_device *, struct cfg80211_chan_def *)» from incompatible pointer type «int (*)(struct wiphy *, struct cfg80211_chan_def *)» [-Wincompatible-pointer-types] 9953 | .set_monitor_channel = cfg80211_rtw_set_monitor_channel, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_dep/linux/ioctl_cfg80211.c:9953:32: замечание: (где-то рядом с инициализацией для «rtw_cfg80211_ops.set_monitor_channel») make[4]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/scripts/Makefile.build:194: os_dep/linux/ioctl_cfg80211.o] Ошибка 1 make[3]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:1989: .] Ошибка 2 make[2]: *** [/usr/lib/modules/6.13.0-rc6-1-mainline/build/Makefile:251: __sub-make] Ошибка 2 make[2]: выход из каталога «/var/lib/dkms/rtl8192eu/1.0/build» make[1]: *** [Makefile:251: __sub-make] Ошибка 2 make[1]: выход из каталога «/usr/lib/modules/6.13.0-rc6-1-mainline/build» make: *** [Makefile:2287: modules] Ошибка 2
Если откатиться на 6.12.8 то всё прекрасно собирается. Вижу, он на какие то символы ругается.
Есть патч под 6.13? А то стандартным RTL8xxxu не работает AP(в качестве роутера, для обхода DPI).
The text was updated successfully, but these errors were encountered: