]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macro
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 22 Aug 2014 21:35:10 +0000 (22:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:50:10 +0000 (13:50 -0700)
ccmp_pn is the size of IEEE80211_CCMP_PN_LEN (6)

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rxtx.h

index 26baf3b44b968c364adb1ca19f1117530f9f436a..4accb788259a9176f8ad71d316dc3b1d133a4014 100644 (file)
@@ -44,7 +44,7 @@ struct vnt_mic_hdr {
        u8 id;
        u8 tx_priority;
        u8 mic_addr2[ETH_ALEN];
-       u8 ccmp_pn[6];
+       u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
        __be16 payload_len;
        __be16 hlen;
        __le16 frame_control;