Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c2018 uint16 txpwrmw; in wl_iw_set_txpow() local
2041 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2042 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2044 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c2024 uint16 txpwrmw; in wl_iw_set_txpow() local
2047 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2048 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2050 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c2024 uint16 txpwrmw; in wl_iw_set_txpow() local
2047 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2048 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2050 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c2255 uint16 txpwrmw; in wl_iw_set_txpow() local
2278 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2279 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2282 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c2251 uint16 txpwrmw; in wl_iw_set_txpow() local
2274 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2275 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2278 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c2291 uint16 txpwrmw; in wl_iw_set_txpow() local
2314 if (vwrq->value > 0xffff) txpwrmw = 0xffff; in wl_iw_set_txpow()
2315 else txpwrmw = (uint16)vwrq->value; in wl_iw_set_txpow()
2318 error = dev_wlc_intvar_set(dev, "qtxpower", (int)(bcm_mw_to_qdbm(txpwrmw))); in wl_iw_set_txpow()