From d00f4a112dddb9ff04a294f58b8ff19cea9e6949 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Fri, 24 May 2019 18:44:57 +0200 Subject: [PATCH] Fix build error --- core/rtw_mlme_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rtw_mlme_ext.c b/core/rtw_mlme_ext.c index 3666352..68dc9d2 100644 --- a/core/rtw_mlme_ext.c +++ b/core/rtw_mlme_ext.c @@ -9003,7 +9003,7 @@ void issue_auth(_adapter *padapter, struct sta_info *psta, unsigned short status val16 = cpu_to_le16(val16); use_shared_key = 1; } else { - le_val16 = 0; + val16 = 0; } pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&val16, &(pattrib->pktlen));