mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 18:39:50 +00:00
[ncp-base] fix set hander for 'SPINEL_PROP_MAC_DENYLIST' (#6079)
This commit is contained in:
@@ -2750,7 +2750,7 @@ template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_DENYLIST>(void)
|
||||
SuccessOrExit(error = mDecoder.ReadEui64(extAddress));
|
||||
SuccessOrExit(error = mDecoder.CloseStruct());
|
||||
|
||||
otLinkFilterRemoveAddress(mInstance, extAddress);
|
||||
SuccessOrExit(error = otLinkFilterAddAddress(mInstance, extAddress));
|
||||
}
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user