On Tue, 2010-12-28 at 15:01 -0800, Thomas Pedersen wrote: > From: Nishant Sarmukadam <nishants@xxxxxxxxxxx> > > When hw crypto is enabled, set rx status flags appropriately depending on > whether hw crypto is enabled for a particular bss. > Also report MIC errors to mac80211, so that counter measures can be > initiated > + if ((rxd->rx_status != MWL8K_8366_AP_RXSTAT_GENERAL_DECRYPT_ERR) && > + (rxd->rx_status & MWL8K_8366_AP_RXSTAT_DECRYPT_ERR_MASK) && > + (rxd->rx_status & MWL8K_8366_AP_RXSTAT_TKIP_DECRYPT_MIC_ERR)) > + status->flag |= RX_FLAG_MMIC_ERROR; It's not my driver, so I don't care a whole lot, but this patch has some pretty messed up indentation. johannes -- 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