Open biopsin opened 1 year ago
had the same on kernel 4.9, asked ChatGPT and this is the fix, worked for me:
--- a/include/drv_conf.h
+++ b/include/drv_conf.h
@@ -51,7 +51,7 @@
#endif
#if !defined(fallthrough)
-#define fallthrough (do {} while(0))
+#define fallthrough __attribute__((fallthrough))
#endif
#ifdef CONFIG_RTW_ANDROID
@razvanphp mind creating a PR so a human can review it? not that I dont trust you but I have trust issues with chatgpt and alike that randomly steals code from projects and tries to guess a solution.
Hi, regards to changes in https://github.com/lwfinger/rtl8852au/commit/803fc788749ffce6c3b8f8362d359e5689fa6a7c