mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
[firefly-linux-kernel-4.4.55.git] / net / mac80211 / ieee80211_i.h
index 5322b4c716307f90710153bdb91e5425221b1742..6837a46ca4a2dd682a999d59ac0dab1aba5597db 100644 (file)
@@ -92,7 +92,7 @@ struct ieee80211_fragment_entry {
        u16 extra_len;
        u16 last_frag;
        u8 rx_queue;
-       bool ccmp; /* Whether fragments were encrypted with CCMP */
+       bool check_sequential_pn; /* needed for CCMP/GCMP */
        u8 last_pn[6]; /* PN of the last fragment if CCMP was used */
 };