Searched refs:MIN_TXPOWER (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/rt2x00/ |
D | rt2400pci.h | 948 #define MIN_TXPOWER 31 macro 953 clamp_t(char, (__txpower), MIN_TXPOWER, MAX_TXPOWER) 956 ((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER) 959 (MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))
|
D | rt2500usb.h | 845 #define MIN_TXPOWER 0 macro 853 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.h | 1069 #define MIN_TXPOWER 0 macro 1077 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt2500pci.h | 1225 #define MIN_TXPOWER 0 macro 1233 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt61pci.h | 1490 #define MIN_TXPOWER 0 macro 1498 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.c | 770 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt73usb_config_channel()
|
D | rt61pci.c | 883 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt61pci_config_channel()
|