Fix build on Ubuntu 22.04 / 5.15 kernel
@@ -554,6 +554,9 @@ _func_exit_;
thread_exit();
+#ifdef PLATFORM_LINUX
+ return 0;
+#endif
}
@@ -1179,6 +1179,10 @@ exit:
pmptx->stop = 1;
+
void fill_txdesc_for_mp(PADAPTER padapter, struct tx_desc *ptxdesc)