From: Malcolm Priestley Date: Fri, 22 Aug 2014 21:35:10 +0000 (+0100) Subject: staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macro X-Git-Tag: v3.18-rc1~130^2~957 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09a903b51b19516490f5305342c1dc42046aaa84;p=karo-tx-linux.git staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macro ccmp_pn is the size of IEEE80211_CCMP_PN_LEN (6) Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/rxtx.h index 26baf3b44b96..4accb788259a 100644 --- a/drivers/staging/vt6655/rxtx.h +++ b/drivers/staging/vt6655/rxtx.h @@ -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;