Home
last modified time | relevance | path

Searched refs:resbuf_len (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap.c1369 int ret = 0, resbuf_len = 0; in woal_uap_vht_cfg() local
1474 resbuf_len = 1 + sizeof(mlan_ds_11ac_vht_cfg); in woal_uap_vht_cfg()
1490 resbuf_len += sizeof(mlan_ds_11ac_vht_cfg); in woal_uap_vht_cfg()
1493 if (copy_to_user(req->ifr_data, respbuf, resbuf_len)) { in woal_uap_vht_cfg()