summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley2013-10-01 16:58:54 +0200
committerGreg Kroah-Hartman2013-10-03 22:56:09 +0200
commita90186e4580925a1c80ed847ae9f7ceb79a39115 (patch)
tree39401ecdab8fc8f74d23c6603f3f6bee69ffff7f /drivers/staging/vt6656/rxtx.h
parentstaging: vt6656: rxtx.c parse out struct vnt_tx_datahead_a_fb (diff)
downloadkernel-qcow2-linux-a90186e4580925a1c80ed847ae9f7ceb79a39115.tar.gz
kernel-qcow2-linux-a90186e4580925a1c80ed847ae9f7ceb79a39115.tar.xz
kernel-qcow2-linux-a90186e4580925a1c80ed847ae9f7ceb79a39115.zip
staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_a_fb
Add no rts/cts vnt_tx_datahead_a_fb to union vnt_tx_data_head. The need_mic now applies to all modes of packet type PK_TYPE_11A. and return vnt_rxtx_datahead_a_fb in s_vGenerateTxParameter This removes pvTxDataHd pointer assignment. 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, 2 insertions, 0 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 3fd8507e8b9e..d8f25d19030c 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -183,6 +183,8 @@ union vnt_tx_data_head {
/* cts g */
struct vnt_cts cts_g;
struct vnt_cts_fb cts_g_fb;
+ /* no rts/cts */
+ struct vnt_tx_datahead_a_fb data_head_a_fb;
};
struct vnt_tx_mic_hdr {