mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace wrapper for memset
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
529328fd3d
commit
9b5b5c4e12
32 changed files with 292 additions and 298 deletions
|
@ -978,7 +978,7 @@ u8 rtw_init_drv_sw(struct adapter *padapter)
|
|||
_rtw_spinlock_init(&padapter->security_key_mutex);
|
||||
|
||||
// We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc().
|
||||
//_rtw_memset((unsigned char *)&padapter->securitypriv, 0, sizeof (struct security_priv));
|
||||
//memset((unsigned char *)&padapter->securitypriv, 0, sizeof (struct security_priv));
|
||||
|
||||
//_init_timer(&(padapter->securitypriv.tkip_timer), padapter->pifp, rtw_use_tkipkey_handler, padapter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue