|
@@ -2118,9 +2118,8 @@ static void rt61pci_fill_rxdone(struct queue_entry *entry,
|
|
rxdesc->flags |= RX_FLAG_IV_STRIPPED;
|
|
rxdesc->flags |= RX_FLAG_IV_STRIPPED;
|
|
|
|
|
|
/*
|
|
/*
|
|
- * FIXME: Legacy driver indicates that the frame does
|
|
|
|
- * contain the Michael Mic. Unfortunately, in rt2x00
|
|
|
|
- * the MIC seems to be missing completely...
|
|
|
|
|
|
+ * The hardware has already checked the Michael Mic and has
|
|
|
|
+ * stripped it from the frame. Signal this to mac80211.
|
|
*/
|
|
*/
|
|
rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
|
|
rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
|
|
|
|
|