Merge "wcnss: fix the potential buffer flow issue in firmware setup"

This commit is contained in:
Linux Build Service Account 2017-07-27 06:47:05 -07:00 committed by Gerrit - the friendly Code Review server
commit 08a5bd86c1

View file

@ -397,7 +397,7 @@ static struct {
int user_cal_read;
int user_cal_available;
u32 user_cal_rcvd;
int user_cal_exp_size;
u32 user_cal_exp_size;
int iris_xo_mode_set;
int fw_vbatt_state;
char wlan_nv_macAddr[WLAN_MAC_ADDR_SIZE];