aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-31 13:35:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:58:22 -0700
commitab51f51b6e4f307a0f8e1ce67f4fa1b57cb61892 (patch)
tree2fcc73cb7fe9f0e8f182f93b85dbf6e0b8dc6bc6 /drivers/staging/vt6656/rxtx.h
parentstaging: vt6656: rxtx s_vFillTxKey use vnt_usb_send_context (diff)
downloadlinux-dev-ab51f51b6e4f307a0f8e1ce67f4fa1b57cb61892.tar.xz
linux-dev-ab51f51b6e4f307a0f8e1ce67f4fa1b57cb61892.zip
staging: vt6656: rxtx replace adwTxKey[4]
Replace with tx_key with size of WLAN_KEY_LEN_CCMP(16) Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r--drivers/staging/vt6656/rxtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 30e14379688d..95a4e2c6aa69 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -219,7 +219,7 @@ union vnt_tx_head {
};
struct vnt_tx_fifo_head {
- u32 adwTxKey[4];
+ u8 tx_key[WLAN_KEY_LEN_CCMP];
u16 wFIFOCtl;
__le16 time_stamp;
u16 wFragCtl;