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:
@@ -544,7 +544,7 @@ struct rtw_mesh_path *rtw_mesh_path_new(_adapter *adapter,
|
||||
return NULL;
|
||||
|
||||
_rtw_memcpy(new_mpath->dst, dst, ETH_ALEN);
|
||||
_rtw_memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN);
|
||||
memset(new_mpath->rann_snd_addr, 0xFF, ETH_ALEN);
|
||||
new_mpath->is_root = false;
|
||||
new_mpath->adapter = adapter;
|
||||
new_mpath->flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user