Atheros Ar5b22 Driver -

/* Adaptive algorithm */ if (avg_rssi > -50) /* Very strong signal */ target_power = 10; /* Reduce to 10dBm */ else if (avg_rssi > -65) /* Strong signal */ target_power = 15; else if (avg_rssi > -75) /* Moderate signal */ target_power = 18; else /* Weak signal */ target_power = 20; /* Max power */

: Lenovo and HP often use "whitelists" in their BIOS that may block this card unless you use an OEM-specific version. Driver Installation & Maintenance Drivers for the atheros ar5b22 driver

module_init(ar5b22_driver_init); module_exit(ar5b22_driver_exit); /* Adaptive algorithm */ if (avg_rssi > -50)

Since Qualcomm Atheros does not provide direct consumer downloads, you must source the driver from device manufacturers or official repositories: else if (avg_rssi &gt