Home
last modified time | relevance | path

Searched refs:power_bound (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c3433 int power_bound; in rt2800_config_channel_rf55xx() local
3512 power_bound = POWER_BOUND; in rt2800_config_channel_rf55xx()
3617 power_bound = POWER_BOUND_5G; in rt2800_config_channel_rf55xx()
3622 if (info->default_power1 > power_bound) in rt2800_config_channel_rf55xx()
3623 rt2x00_set_field8(&rfcsr, RFCSR49_TX, power_bound); in rt2800_config_channel_rf55xx()
3631 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
3632 rt2x00_set_field8(&rfcsr, RFCSR50_TX, power_bound); in rt2800_config_channel_rf55xx()