Skip to content
New issue

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

Build fails with error #179

Closed
another-fullstack-dev opened this issue Mar 16, 2024 · 2 comments
Closed

Build fails with error #179

another-fullstack-dev opened this issue Mar 16, 2024 · 2 comments

Comments

@another-fullstack-dev
Copy link

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.

@istudyatuni
Copy link

It seems that this function was added in the last commit, but doesn't exists (searched for name via github search)

@lwfinger
Copy link
Owner

I fixed this error and pushed the code. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants