wireless/bcm43xxx: country code should terminating with null
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
b70fc57849
commit
bd713d6431
|
@ -1807,6 +1807,7 @@ int bcmf_wl_get_country(FAR struct bcmf_dev_s *priv, FAR struct iwreq *iwr)
|
|||
if (ret == OK)
|
||||
{
|
||||
memcpy(iwr->u.data.pointer, country, 2);
|
||||
((uint8_t *)iwr->u.data.pointer)[2] = '\0';
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue