]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_ab
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 1 Oct 2013 15:03:40 +0000 (16:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 20:56:09 +0000 (13:56 -0700)
commite5811be244a7627aaf3713b87625c43a33b251f5
treeb21b8bcdf869c10717656a7d749e8ca33839c992
parent058ec39115508a3d9c9f7d61ce8eb16416096a1a
staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_ab

Add no rts/cts vnt_tx_datahead_ab to union vnt_tx_data_head.

The need_mic now applies to all modes of packet type PK_TYPE_11B.

and return vnt_rxtx_datahead_ab in s_vGenerateTxParameter

This removes pvTxDataHd pointer assignment and calls to s_uFillDataHead.

Since pvTxDataHd is now null a small vendor hack to vDMA0_tx_80211/csMgmt_xmit
to do with Disassociation-packet is also changed correct head position.

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