From: Malcolm Priestley Date: Tue, 1 Oct 2013 14:52:16 +0000 (+0100) Subject: staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~506 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78363fd187f4f0cd650bb6ec2dd727bbc57c6394;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed