On Thu, 2009-08-27 at 15:17 -0400, Bob Copeland wrote: > - ah->ah_aes_support = > + ah->ah_aes_support = srev >= AR5K_SREV_AR5212_V4 && Fine with me, but please use parentheses here, just for readability: h->ah_aes_support = (srev >= AR5K_SREV_AR5212_V4) && ... Also, let's call it AR5K_SREV_AR5212_R4 because 4 is the revision, not the version. -- Regards, Pavel Roskin -- 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