Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c550 pi->tx_user_target[i] = BRCMS_TXPWR_MAX; in wlc_phy_attach()
1316 *qdbm = pi->tx_user_target[0]; in wlc_phy_txpower_get()
1328 memcpy(&pi->tx_user_target[TXP_FIRST_CCK], in wlc_phy_txpower_target_set()
1331 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM], in wlc_phy_txpower_target_set()
1333 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_20_CDD], in wlc_phy_txpower_target_set()
1336 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_40_SISO], in wlc_phy_txpower_target_set()
1338 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_40_CDD], in wlc_phy_txpower_target_set()
1341 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_SISO], in wlc_phy_txpower_target_set()
1343 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_CDD], in wlc_phy_txpower_target_set()
1345 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_STBC], in wlc_phy_txpower_target_set()
[all …]
Dphy_int.h600 u8 tx_user_target[TXP_NUM_RATES]; member