Browse Source

rtl8812au-ct: fix build failure on linux kernel 6.6

Use the correct return status code to avoid incompatible type error

Signed-off-by: Weijie Gao <[email protected]>
Weijie Gao 1 year ago
parent
commit
01f0453970

+ 11 - 0
package/kernel/rtl8812au-ct/patches/008-fix-ret-status-code-type.patch

@@ -0,0 +1,11 @@
+--- a/core/rtw_bt_mp.c
++++ b/core/rtw_bt_mp.c
+@@ -169,7 +169,7 @@ mptbt_CheckBtRspStatus(
+     PBT_EXT_C2H			pExtC2h
+ )
+ {
+-	BT_CTRL_STATUS	retStatus=BT_OP_STATUS_SUCCESS;
++	BT_CTRL_STATUS	retStatus=BT_STATUS_SUCCESS;
+ 
+ 	switch(pExtC2h->statusCode) {
+ 	case BT_OP_STATUS_SUCCESS: