|
@@ -110,12 +110,12 @@ void r8712_os_indicate_disconnect(struct _adapter *adapter)
|
|
|
* disconnect with AP for 60 seconds.
|
|
|
*/
|
|
|
|
|
|
- memcpy(&backupPMKIDList[0], &adapter->securitypriv.
|
|
|
- PMKIDList[0], sizeof(struct RT_PMKID_LIST) *
|
|
|
- NUM_PMKID_CACHE);
|
|
|
+ memcpy(&backupPMKIDList[0],
|
|
|
+ &adapter->securitypriv.PMKIDList[0],
|
|
|
+ sizeof(struct RT_PMKID_LIST) * NUM_PMKID_CACHE);
|
|
|
backupPMKIDIndex = adapter->securitypriv.PMKIDIndex;
|
|
|
- backupTKIPCountermeasure = adapter->securitypriv.
|
|
|
- btkip_countermeasure;
|
|
|
+ backupTKIPCountermeasure =
|
|
|
+ adapter->securitypriv.btkip_countermeasure;
|
|
|
memset((unsigned char *)&adapter->securitypriv, 0,
|
|
|
sizeof(struct security_priv));
|
|
|
setup_timer(&adapter->securitypriv.tkip_timer,
|