On Sun, Oct 07, 2007 at 02:49:23AM -0700, Nick Kossifidis wrote: > 2007/10/5, Luis R. Rodriguez <mcgrof@xxxxxxxxx>: > > Ported new initval changes from OpenBSD to ath5k to ar5212_ini[] and > > ar5212_ini_mode[]. > > NACK > > Nothing new was introduced in OpenBSD cvs that i haven't already > included!, what have you ported ??? Actually, you are right, an oversight by my part. Thanks for catching this. However after verying this I did find the one type. Please review. > > This also adds an O(log(N)) bitswap for one byte > > on ath5k_hw_bitswap(), thanks to Tom from OpenBSD. > > ACK it's used for modifying rf buffer settings... I think its easier to just new patches. I'll do so but please first review the small change below. Luis diff --git a/drivers/net/wireless/ath5k/reg.h b/drivers/net/wireless/ath5k/reg.h index 1537517..f826422 100644 --- a/drivers/net/wireless/ath5k/reg.h +++ b/drivers/net/wireless/ath5k/reg.h @@ -1980,4 +1980,4 @@ after DFS is enabled */ #define AR5K_PHY_GAIN_2GHZ 0xa20c #define AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX 0x00fc0000 #define AR5K_PHY_GAIN_2GHZ_MARGIN_TXRX_S 18 -#define AR5K_PHY_GAIN_2GHZ_INI_5111 0x6480416c +#define AR5K_PHY_GAIN_2GHZ_INI_5111 0x6448416a - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html