staging: rtl8188eu: Remove memset.
[deliverable/linux.git] / drivers / staging / rtl8188eu / os_dep / mlme_linux.c
index 1b892c424cb8be54c9cf70c94acca67530462697..eebb7d7517770872777d5410ace2c46e0b7071da 100644 (file)
@@ -60,7 +60,6 @@ void rtw_reset_securitypriv(struct adapter *adapter)
                /*  We have to backup the PMK information for WiFi PMK Caching test item. */
                /*  Backup the btkip_countermeasure information. */
                /*  When the countermeasure is trigger, the driver have to disconnect with AP for 60 seconds. */
-               memset(&backup_pmkid[0], 0x00, sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);
                memcpy(&backup_pmkid[0], &adapter->securitypriv.PMKIDList[0], sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);
                backup_index = adapter->securitypriv.PMKIDIndex;
                backup_counter = adapter->securitypriv.btkip_countermeasure;
This page took 0.025475 seconds and 5 git commands to generate.