Searched refs:tx_power_cmd (Results 1 – 1 of 1) sorted by relevance
28 struct iwlagn_tx_power_dbm_cmd tx_power_cmd; in iwlagn_send_tx_power() local36 tx_power_cmd.global_lmt = (s8)(2 * priv->tx_power_user_lmt); in iwlagn_send_tx_power()38 if (tx_power_cmd.global_lmt > priv->nvm_data->max_tx_pwr_half_dbm) { in iwlagn_send_tx_power()50 tx_power_cmd.global_lmt = in iwlagn_send_tx_power()53 tx_power_cmd.flags = IWLAGN_TX_POWER_NO_CLOSED; in iwlagn_send_tx_power()54 tx_power_cmd.srv_chan_lmt = IWLAGN_TX_POWER_AUTO; in iwlagn_send_tx_power()62 sizeof(tx_power_cmd), &tx_power_cmd); in iwlagn_send_tx_power()