On Wed, Oct 29, 2008 at 10:42 AM, Nick Kossifidis <[EMAIL PROTECTED]> wrote: >> diff --git a/drivers/net/wireless/ath5k/reg.h >> b/drivers/net/wireless/ath5k/reg.h >> index 69755fc..037e36d 100644 >> --- a/drivers/net/wireless/ath5k/reg.h >> +++ b/drivers/net/wireless/ath5k/reg.h >> @@ -1811,6 +1811,7 @@ >> #define AR5K_KEYTABLE_ANTENNA 0x00000008 /* [5212+] */ >> #define AR5K_KEYTABLE_MAC0(_n) AR5K_KEYTABLE_OFF(_n, 6) >> #define AR5K_KEYTABLE_MAC1(_n) AR5K_KEYTABLE_OFF(_n, 7) >> +#define AR5K_KEYTABLE_MIC_OFFSET 64 >> #define AR5K_KEYTABLE_VALID 0x00008000 >> >> /* If key type is TKIP and MIC is enabled > > Just below... > > /* If key type is TKIP and MIC is enabled > * MIC key goes in offset entry + 64 */ > #define AR5K_KEYTABLE_MIC_OFFSET 64
Oh, right. OK, I'll respin this patch without KEYTABLE_MIC_OFFSET and fix up the reset_key. Let me know if you see anything else. -- Bob Copeland %% www.bobcopeland.com _______________________________________________ ath5k-devel mailing list [email protected] https://lists.ath5k.org/mailman/listinfo/ath5k-devel
