Correct the ordering of tid/crypto ic_name.
Because the code lacks all the GNU extensions to printf() format stuff, the compiler doesn't helpfully tell us that I messed up in a previous commit. Pointy hat to: adrian, who likely only cares about this because he's the only one who bothers flipping on net80211 debugging.
This commit is contained in:
parent
a3e9e259b3
commit
e789273713
@ -572,7 +572,7 @@ ieee80211_notify_replay_failure(struct ieee80211vap *vap,
|
||||
|
||||
IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr2,
|
||||
"%s replay detected tid %d <rsc %ju, csc %ju, keyix %u rxkeyix %u>",
|
||||
tid, k->wk_cipher->ic_name, (intmax_t) rsc,
|
||||
k->wk_cipher->ic_name, tid, (intmax_t) rsc,
|
||||
(intmax_t) k->wk_keyrsc[tid],
|
||||
k->wk_keyix, k->wk_rxkeyix);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user