cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.61k stars 316 forks source link

Fix compilation failure when specific option is not set #176

Closed MaxG87 closed 1 year ago

MaxG87 commented 2 years ago

If the option CONFIG_LAYER2_ROAMING is unset, at the changed location a closing brace without correct counterpart is inserted. This would break the compilation. Now that brace is guarded by a preprocessor directive.

MaxG87 commented 2 years ago

It seems as if the configuration option is always set. If not, I would like to know what to do in order to unset it.

CGarces commented 2 years ago

Build fails due GLIBC_2.34 dependency. Quick fix done at #177 with github web UI. Note that "install deb packages" sometimes fails, it's due error on the https://kernel.ubuntu.com/~kernel-ppa/mainline/ packages, not the CI script itself.