Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1497 struct hw_spec_api_rev *api_rev; in mwifiex_ret_get_hw_spec() local
1568 api_rev = (struct hw_spec_api_rev *)tlv; in mwifiex_ret_get_hw_spec()
1569 api_id = le16_to_cpu(api_rev->api_id); in mwifiex_ret_get_hw_spec()
1573 api_rev->major_ver; in mwifiex_ret_get_hw_spec()
1575 api_rev->minor_ver; in mwifiex_ret_get_hw_spec()
1583 api_rev->major_ver; in mwifiex_ret_get_hw_spec()
1587 api_rev->minor_ver); in mwifiex_ret_get_hw_spec()
1592 api_rev->major_ver, in mwifiex_ret_get_hw_spec()
1593 api_rev->minor_ver); in mwifiex_ret_get_hw_spec()
1598 api_rev->major_ver, in mwifiex_ret_get_hw_spec()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cmdevt.c4418 MrvlIEtypes_fw_ver_info_t *api_rev = MNULL;
4606 api_rev = (MrvlIEtypes_fw_ver_info_t *) tlv;
4607 api_id = wlan_le16_to_cpu(api_rev->api_id);
4610 pmadapter->fw_ver = api_rev->major_ver;
4611 pmadapter->fw_min_ver = api_rev->minor_ver;
4613 api_rev->major_ver, api_rev->minor_ver);
4616 pmadapter->uap_fw_ver = api_rev->major_ver;
4618 api_rev->major_ver, api_rev->minor_ver);
4622 api_rev->minor_ver;
4624 api_rev->major_ver, api_rev->minor_ver);
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cmdevt.c5085 MrvlIEtypes_fw_ver_info_t *api_rev = MNULL; in wlan_ret_get_hw_spec() local
5324 api_rev = (MrvlIEtypes_fw_ver_info_t *)tlv; in wlan_ret_get_hw_spec()
5325 api_id = wlan_le16_to_cpu(api_rev->api_id); in wlan_ret_get_hw_spec()
5328 pmadapter->fw_ver = api_rev->major_ver; in wlan_ret_get_hw_spec()
5329 pmadapter->fw_min_ver = api_rev->minor_ver; in wlan_ret_get_hw_spec()
5331 api_rev->major_ver, api_rev->minor_ver); in wlan_ret_get_hw_spec()
5334 pmadapter->uap_fw_ver = api_rev->major_ver; in wlan_ret_get_hw_spec()
5336 api_rev->major_ver, api_rev->minor_ver); in wlan_ret_get_hw_spec()
5340 api_rev->minor_ver; in wlan_ret_get_hw_spec()
5342 api_rev->major_ver, api_rev->minor_ver); in wlan_ret_get_hw_spec()
[all …]