Searched refs:up_bound (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rt2x00/
H A Drt73usb.c926 u8 up_bound; local
934 up_bound = 0x48;
938 up_bound += 0x10;
943 up_bound = 0x40;
946 up_bound = 0x20;
949 up_bound = 0x1c;
954 up_bound += 0x10;
977 rt73usb_set_vgc(rt2x00dev, qual, up_bound);
998 * Special case: Change up_bound based on the rssi.
999 * Lower up_bound whe
[all...]
H A Drt61pci.c1042 u8 up_bound; local
1050 up_bound = 0x48;
1053 up_bound += 0x10;
1057 up_bound = 0x40;
1060 up_bound += 0x10;
1083 rt61pci_set_vgc(rt2x00dev, qual, up_bound);
1104 * Special case: Change up_bound based on the rssi.
1105 * Lower up_bound when rssi is weaker then -74 dBm.
1107 up_bound -= 2 * (-74 - qual->rssi);
1108 if (low_bound > up_bound)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt73usb.c926 u8 up_bound; local
934 up_bound = 0x48;
938 up_bound += 0x10;
943 up_bound = 0x40;
946 up_bound = 0x20;
949 up_bound = 0x1c;
954 up_bound += 0x10;
977 rt73usb_set_vgc(rt2x00dev, qual, up_bound);
998 * Special case: Change up_bound based on the rssi.
999 * Lower up_bound whe
[all...]
H A Drt61pci.c1042 u8 up_bound; local
1050 up_bound = 0x48;
1053 up_bound += 0x10;
1057 up_bound = 0x40;
1060 up_bound += 0x10;
1083 rt61pci_set_vgc(rt2x00dev, qual, up_bound);
1104 * Special case: Change up_bound based on the rssi.
1105 * Lower up_bound when rssi is weaker then -74 dBm.
1107 up_bound -= 2 * (-74 - qual->rssi);
1108 if (low_bound > up_bound)
[all...]

Completed in 144 milliseconds