kernel/drivers/net/wireless/ath/wil6210/txrx.c
.. .. @@ -666,7 +666,7 @@ 666 666 struct wil_tid_crypto_rx *c = mc ? &s->group_crypto_rx : 667 667 &s->tid_crypto_rx[tid]; 668 668 struct wil_tid_crypto_rx_single *cc = &c->key_id[key_id]; 669 - const u8 *pn = (u8 *)&d->mac.pn_15_0;669 + const u8 *pn = (u8 *)&d->mac.pn;670 670 671 671 if (!cc->key_set) { 672 672 wil_err_ratelimited(wil,