Atheros Ar5b22 Driver -

if (!caldata) return;

/* Switch antenna configuration based on noise level */ if (total_noise > 85) /* High noise */ /* Use antenna diversity */ if (priv->antenna_config != 0x3) priv->antenna_config = 0x3; /* Both antennas */ ath9k_hw_set_antenna(ah, priv->antenna_config); atheros ar5b22 driver

I'll help you develop a driver feature for the Atheros AR5B22 wireless chipset. This chipset uses the AR9462 controller and is supported by the ath9k driver in Linux. if (!caldata) return