Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c9062 enum reg_phymode reg_req_phymode, reg_max_phymode; in hdd_set_vdev_phy_mode() local
9077 reg_req_phymode = csr_convert_to_reg_phy_mode(csr_req_phymode, 0); in hdd_set_vdev_phy_mode()
9079 reg_req_phymode, 0); in hdd_set_vdev_phy_mode()
9080 if (reg_req_phymode != reg_max_phymode) { in hdd_set_vdev_phy_mode()
9082 reg_max_phymode, reg_req_phymode); in hdd_set_vdev_phy_mode()
9128 enum reg_phymode reg_req_phymode, reg_max_phymode; in hdd_set_phy_mode() local
9145 reg_req_phymode = csr_convert_to_reg_phy_mode(csr_req_phymode, 0); in hdd_set_phy_mode()
9147 reg_req_phymode, 0); in hdd_set_phy_mode()
9149 if (reg_req_phymode != reg_max_phymode) { in hdd_set_phy_mode()
9151 reg_max_phymode, reg_req_phymode); in hdd_set_phy_mode()