Searched refs:up_bound (Results 1 – 2 of 2) sorted by relevance
912 u8 up_bound; in rt73usb_link_tuner() local 920 up_bound = 0x48; in rt73usb_link_tuner() 924 up_bound += 0x10; in rt73usb_link_tuner() 929 up_bound = 0x40; in rt73usb_link_tuner() 932 up_bound = 0x20; in rt73usb_link_tuner() 935 up_bound = 0x1c; in rt73usb_link_tuner() 940 up_bound += 0x10; in rt73usb_link_tuner() 963 rt73usb_set_vgc(rt2x00dev, qual, up_bound); in rt73usb_link_tuner() 984 * Special case: Change up_bound based on the rssi. in rt73usb_link_tuner() 985 * Lower up_bound whe in rt73usb_link_tuner() [all...]
952 u8 up_bound; in rt61pci_link_tuner() local 960 up_bound = 0x48; in rt61pci_link_tuner() 963 up_bound += 0x10; in rt61pci_link_tuner() 967 up_bound = 0x40; in rt61pci_link_tuner() 970 up_bound += 0x10; in rt61pci_link_tuner() 993 rt61pci_set_vgc(rt2x00dev, qual, up_bound); in rt61pci_link_tuner() 1014 * Special case: Change up_bound based on the rssi. in rt61pci_link_tuner() 1015 * Lower up_bound when rssi is weaker then -74 dBm. in rt61pci_link_tuner() 1017 up_bound -= 2 * (-74 - qual->rssi); in rt61pci_link_tuner() 1018 if (low_bound > up_bound) in rt61pci_link_tuner() [all...]