mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Remove wrapper for memset()
Link: 545d963a9e (diff-16d649c4743131c1aae5f812af5596dae6423bb63eaaf2990b8c89c9a681a913)
This commit is contained in:
@@ -1522,7 +1522,7 @@ mptbt_BtControlProcess(
|
||||
/* RTW_INFO("[MPT], parameters(hex):0x%x %d\n",&pBtReq->pParamStart[0], pBtReq->paraLength); */
|
||||
}
|
||||
|
||||
_rtw_memset((void *)pMptCtx->mptOutBuf, 0, 100);
|
||||
memset((void *)pMptCtx->mptOutBuf, 0, 100);
|
||||
pMptCtx->mptOutLen = 4; /* length of (BT_RSP_CMD.status+BT_RSP_CMD.paraLength) */
|
||||
|
||||
pBtRsp = (PBT_RSP_CMD)pMptCtx->mptOutBuf;
|
||||
|
||||
Reference in New Issue
Block a user