mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-30 11:23:15 +00:00
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 <hackpascal@gmail.com>
This commit is contained in:
parent
504cf50eea
commit
01f0453970
@ -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:
|
Loading…
Reference in New Issue
Block a user