]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/vt6656/rxtx.c
staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 1 Oct 2013 14:52:16 +0000 (15:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 20:56:09 +0000 (13:56 -0700)
commit78363fd187f4f0cd650bb6ec2dd727bbc57c6394
treee2d46cc070df6b34a10de6c094ba079c10126181
parent0a0f4b69590cf607eba45062c65976040e15b084
staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g

Parse struct vnt_tx_datahead_g from s_uFillDataHead and
move to struct vnt_rts_g/struct vnt_cts structure.

This removes pvTxDataHd pointer assignment.

The duration_id(uDuration) field is now returned in s_vGenerateTxParameter.

The return of s_uFillDataHead temporary or'ed to retain functionality of
other functions and is removed at the end of this patch series.

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