Fix build error

This commit is contained in:
kimocoder 2019-05-24 18:44:57 +02:00
parent c7cba7bd00
commit d00f4a112d

View File

@ -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));