Searched refs:MAX_G_TXPOWER (Results 1 – 2 of 2) sorted by relevance
3155 #define MAX_G_TXPOWER 31 macro3163 ((__txpower) > MAX_G_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
4070 return clamp_t(s8, txpower, MIN_G_TXPOWER, MAX_G_TXPOWER); in rt2800_txpower_to_dev()