mirror of
https://github.com/gnab/rtl8812au
synced 2024-11-22 13:24:47 +00:00
Merge pull request #249 from andriytk/fix-build-on-5.15
Fix build on Ubuntu 22.04 / 5.15 kernel
This commit is contained in:
commit
4fa0ce3ef9
@ -554,6 +554,9 @@ _func_exit_;
|
||||
|
||||
thread_exit();
|
||||
|
||||
#ifdef PLATFORM_LINUX
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
@ -1179,6 +1179,10 @@ exit:
|
||||
pmptx->stop = 1;
|
||||
|
||||
thread_exit();
|
||||
|
||||
#ifdef PLATFORM_LINUX
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void fill_txdesc_for_mp(PADAPTER padapter, struct tx_desc *ptxdesc)
|
||||
|
Loading…
Reference in New Issue
Block a user