]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc12dca094610c5959345b3c1087f767a22965a41
treeb21b8bcdf869c10717656a7d749e8ca33839c992
parent5634a5ab6a5e530a3481846aae167a6649b3853f
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