rtl8188eu icon indicating copy to clipboard operation
rtl8188eu copied to clipboard

Compilation error

Open Majdoddin opened this issue 9 months ago • 5 comments

I got this error while compiling on Debian 12 (bookworm) with kernel 6.1.0-12-amd64:

/var/lib/dkms/rtl88x2bu/5.13.1/build/os_dep/linux/wifi_regd.c:409:36: error: ‘REGULATORY_IGNORE_STALE_KICKOFF’ undeclared (first usein this function) 409 | wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I commented that line, then make was successful and it works. similar issue here: https://github.com/morrownr/88x2bu-20210702/issues/165#issuecomment-1646197094

Majdoddin avatar Sep 27 '23 09:09 Majdoddin