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
This commit is contained in:
parent
a6c992f43c
commit
0ab4040a27
@ -2575,7 +2575,10 @@ ath_rx_proc(void *arg, int npending)
|
||||
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++;
|
||||
|
Loading…
Reference in New Issue
Block a user