Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c388 eCsrPhyMode old_phymode, in hdd_son_bandwidth_to_phymode() argument
391 *phymode = old_phymode; in hdd_son_bandwidth_to_phymode()
455 eCsrPhyMode old_phymode; in hdd_son_set_bandwidth() local
477 old_phymode = sme_get_phy_mode(hdd_ctx->mac_handle); in hdd_son_set_bandwidth()
479 hdd_son_bandwidth_to_phymode(son_bandwidth, old_phymode, &phymode); in hdd_son_set_bandwidth()
H A Dwlan_hdd_cfg.c2133 eCsrPhyMode old_phymode; in hdd_update_phymode() local
2149 old_phymode = sme_get_phy_mode(hdd_ctx->mac_handle); in hdd_update_phymode()
2154 sme_set_phy_mode(hdd_ctx->mac_handle, old_phymode); in hdd_update_phymode()