Signed-off-by: Matthias Beyer <m...@beyermatthias.de>
Signed-off-by: Manuel Messner <manuel.johannes.mess...@hs-furtwangen.de>
---
 drivers/staging/rtl8723au/core/rtw_mlme.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/staging/rtl8723au/core/rtw_mlme.c 
b/drivers/staging/rtl8723au/core/rtw_mlme.c
index 1e01d62..1c31774 100644
--- a/drivers/staging/rtl8723au/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723au/core/rtw_mlme.c
@@ -1921,17 +1921,17 @@ static int rtw_append_pmkid(struct rtw_adapter 
*Adapter, int iEntry,
        struct security_priv *psecuritypriv = &Adapter->securitypriv;
 
        if (ie[1] <= 20) {
-               /*  The RSN IE didn't include the PMK ID,
-                   append the PMK information */
-                       ie[ie_len] = 1;
-                       ie_len++;
-                       ie[ie_len] = 0; /* PMKID count = 0x0100 */
-                       ie_len++;
-                       memcpy(&ie[ie_len],
-                              &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
-
-                       ie_len += 16;
-                       ie[1] += 18;/* PMKID length = 2+16 */
+               /* The RSN IE didn't include the PMK ID,
+                  append the PMK information */
+               ie[ie_len] = 1;
+               ie_len++;
+               ie[ie_len] = 0; /* PMKID count = 0x0100 */
+               ie_len++;
+               memcpy(&ie[ie_len],
+                      &psecuritypriv->PMKIDList[iEntry].PMKID, 16);
+
+               ie_len += 16;
+               ie[1] += 18;/* PMKID length = 2+16 */
        }
        return ie_len;
 }
-- 
2.9.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to