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
After update build fails with this:
/home/user/rtw88/fw.c: In function ‘rtw_get_rsvd_page_probe_req_location’: /home/user/rtw88/fw.c:1012:21: error: implicit declaration of function ‘cfg80211_ssid_eq’; did you mean ‘cfg80211_bss_iter’? [-Werror=implicit-function-declaration] 1012 | cfg80211_ssid_eq(rsvd_pkt->ssid, ssid)) | ^~~~~~~~~~~~~~~~ | cfg80211_bss_iter cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:243: /home/user/rtw88/fw.o] Error 1 make[2]: *** [/usr/lib/modules/6.7.9-zen1-1-zen/build/Makefile:1909: /home/user/rtw88] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.7.9-zen1-1-zen/build' make: *** [Makefile:126: all] Error 2
It never happened before. arch linux, kernel 6.7.9-zen1-1-zen. headers and all other prerequsites are installed.
The text was updated successfully, but these errors were encountered:
It seems that this function was added in the last commit, but doesn't exists (searched for name via github search)
Sorry, something went wrong.
I fixed this error and pushed the code. Thanks for reporting.
No branches or pull requests
After update build fails with this:
It never happened before.
arch linux, kernel 6.7.9-zen1-1-zen. headers and all other prerequsites are installed.
The text was updated successfully, but these errors were encountered: