Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt73usb.c918 u8 up_bound; in rt73usb_link_tuner() local
926 up_bound = 0x48; in rt73usb_link_tuner()
930 up_bound += 0x10; in rt73usb_link_tuner()
935 up_bound = 0x40; in rt73usb_link_tuner()
938 up_bound = 0x20; in rt73usb_link_tuner()
941 up_bound = 0x1c; in rt73usb_link_tuner()
946 up_bound += 0x10; in rt73usb_link_tuner()
969 rt73usb_set_vgc(rt2x00dev, qual, up_bound); in rt73usb_link_tuner()
993 up_bound -= 2 * (-74 - qual->rssi); in rt73usb_link_tuner()
994 if (low_bound > up_bound) in rt73usb_link_tuner()
[all …]
Drt61pci.c1043 u8 up_bound; in rt61pci_link_tuner() local
1051 up_bound = 0x48; in rt61pci_link_tuner()
1054 up_bound += 0x10; in rt61pci_link_tuner()
1058 up_bound = 0x40; in rt61pci_link_tuner()
1061 up_bound += 0x10; in rt61pci_link_tuner()
1084 rt61pci_set_vgc(rt2x00dev, qual, up_bound); in rt61pci_link_tuner()
1108 up_bound -= 2 * (-74 - qual->rssi); in rt61pci_link_tuner()
1109 if (low_bound > up_bound) in rt61pci_link_tuner()
1110 up_bound = low_bound; in rt61pci_link_tuner()
1112 if (qual->vgc_level > up_bound) { in rt61pci_link_tuner()
[all …]