Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b76cc94a authored by Tejaswini Poluri's avatar Tejaswini Poluri Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: code style fix



Fixed the warnings from checkpatch.pl on file rtl8712/mlme_linux.c
Avoided multiple line dereferences in the code

Signed-off-by: default avatarTejaswini Poluri <tejaswinipoluri3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 919a9bb6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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,