Searched refs:MAX_G_TXPOWER (Results 1 – 2 of 2) sorted by relevance
2939 #define MAX_G_TXPOWER 31 macro2947 ((__txpower) > MAX_G_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
3117 return clamp_t(char, txpower, MIN_G_TXPOWER, MAX_G_TXPOWER); in rt2800_txpower_to_dev()