Searched refs:tx_power_long (Results 1 – 1 of 1) sorted by relevance
427 long tx_power_long = packet[index] | ((packet[index + 1] << RMS_TX_POWER_SHIFT) & 0xFF00); in CountryCodeCapsGenTxPowerPacket() local428 tx_power_long += rt_set->tx_power_offset; in CountryCodeCapsGenTxPowerPacket()430 if (tx_power_long < 0) in CountryCodeCapsGenTxPowerPacket()431 tx_power_long = 0; in CountryCodeCapsGenTxPowerPacket()433 uint16_t tx_power_u16 = (uint16_t)tx_power_long; in CountryCodeCapsGenTxPowerPacket()