PERFORCE change 67138 for review

Sam Leffler sam at FreeBSD.org
Wed Dec 15 11:21:02 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67138

Change 67138 by sam at sam_ebb on 2004/12/15 19:20:51

	for parts that require split keycache entries report the
	the index of the first entry on a mic error so we're
	consistent with parts that don't have split keycache

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#43 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#43 (text+ko) ====

@@ -2608,7 +2608,10 @@
 					    BUS_DMASYNC_POSTREAD);
 					ieee80211_notify_michael_failure(ic,
 					    mtod(m, struct ieee80211_frame *),
-					    ds->ds_rxstat.rs_keyix);
+					    sc->sc_splitmic ?
+					        ds->ds_rxstat.rs_keyix-32 :
+					        ds->ds_rxstat.rs_keyix
+					);
 				}
 			}
 			ifp->if_ierrors++;


More information about the p4-projects mailing list