aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2013-08-27staging: vt6656: rxtx.c: s_vFillRTSHead change if/else to switch on byPktypeMalcolm Priestley1-3/+7
2013-08-26staging: rxtx.c s_vFillRTSHead white space and formating clean upMalcolm Priestley1-21/+18
2013-08-26staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* structures.Malcolm Priestley2-17/+20
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_a_fb to new function.Malcolm Priestley1-27/+27
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_ab to new function.Malcolm Priestley1-41/+24
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g_fb to new function.Malcolm Priestley1-40/+38
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g to new functions.Malcolm Priestley1-28/+47
2013-08-26staging: vt6656: s_vGenerateTxParameter pvRrvTime should never be NULLMalcolm Priestley1-13/+3
2013-08-26staging: vt6656: s_vGenerateTxParameter dead code bDisCRCMalcolm Priestley1-5/+0
2013-08-26staging: vt6656: rxtx.c s_vFillCTSHead remove dead code bDisCRCMalcolm Priestley1-9/+4
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead remove dead bDiscCRCMalcolm Priestley1-11/+8
2013-08-26staging: vt6656: device.h Remove dead code bSoftwareGenCrcErr.Malcolm Priestley2-21/+1
2013-08-23staging: vt6656: rxtx.c s_vFillTxKey fill structure vnt_mic_hdrMalcolm Priestley1-37/+30
2013-08-23staging: vt6656: desc.h Remove typedef struct tagSMICHDRHead to new structure in rxtx.hMalcolm Priestley3-25/+31
2013-08-23staging: vt6656: rxtx.c endian correct wTimeStampOffMalcolm Priestley1-11/+22
2013-08-23staging: vt6656: rxtx.c s_create new function to endian correct uGetTxRsvTime.Malcolm Priestley1-8/+25
2013-08-23staging: vt6656: s_uGetRTSCTSRsvTime return u16 endian corrected value.Malcolm Priestley1-9/+15
2013-08-22staging: vt6656: rxtx.c: s_uGetDataDuration Drop argument byDurType.Malcolm Priestley1-17/+17
2013-08-22staging: vt6656: rxtx.c s_uGetDataDuration return endian corrected u16.Malcolm Priestley1-18/+18
2013-08-21staging: vt6656: baseband.c BBvCalculateParameter create structure for pwPhyLen, pbyPhySrv and pbyPhySgnMalcolm Priestley5-185/+117
2013-08-21staging: vt6656: baseband.c BBvCalculateParameter pwPhyLen return endian corrected.Malcolm Priestley3-27/+13
2013-08-21staging: vt6656: rxtx.c dead code TYPE_ATIMDMA/TYPE_BEACONDMAMalcolm Priestley1-34/+7
2013-08-19staging: vt6656: desc.h remove typedef tagSTxDataHead_a_FB to new structure in rxtx.hMalcolm Priestley3-22/+18
2013-08-19staging: vt6656: desc.h remove typedef tagSTxDataHead_ab to new structure in rxtx.hMalcolm Priestley3-34/+39
2013-08-19staging: vt6656: desc.h remove typedef tagSTxDataHead_g_FB to new structure in rxtx.hMalcolm Priestley3-24/+23
2013-08-19staging: vt6656: desc.h: remove typedef struct tagSTxDataHead_g to new structure in rxtx.hMalcolm Priestley3-38/+41
2013-08-19staging: vt6656: desc.h remove dead code typedef struct tagSRrvTime_atim.Malcolm Priestley1-11/+0
2013-08-19staging: vt6656: desc.h remove typedef SRrvTime_ab to new structure.Malcolm Priestley3-39/+59
2013-08-19staging: vt6656: desc.h: Move typedef struct tagSRrvTime_gCTS to new structure in rxtx.hMalcolm Priestley3-33/+37
2013-08-19staging: vt6656: desc.h: Move typedef tagSRrvTime_gRTS to new structure in rxtx.hMalcolm Priestley3-24/+28
2013-08-15staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.hMalcolm Priestley3-47/+53
2013-08-15staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in rxtx.hMalcolm Priestley3-83/+87
2013-08-15staging: vt6656: rxtx.h : remove typedef struct tagSBEACON_BUFFERMalcolm Priestley2-11/+10
2013-08-15staging: vt6656: rxtx.c : s_bPacketToWirelessUsb remove usbPacketBuf.Malcolm Priestley1-10/+10
2013-08-15staging: vt6656: rxtx.c remove typdef PTX_BUFFERMalcolm Priestley2-21/+19
2013-08-14staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16Malcolm Priestley1-30/+63
2013-08-14staging: vt6656: rxtx.c s:_uGetDataDuration simplify structure.Malcolm Priestley1-41/+9
2013-08-14staging: vt6656: rxtx.h dead code typedef union tagUTX_BUFFER_CONTAINERMalcolm Priestley1-573/+0
2013-08-14staging: vt6656: rxtx.h always pack BEACON_BUFFER/TX_BUFFERMalcolm Priestley1-2/+2
2013-08-12staging: vt6656: rxtx.c s_uFillDataHead remove dead variables.Malcolm Priestley1-7/+5
2013-08-12staging: vt6656: rxtx.c: s_uGetDataDuration remove dead variables.Malcolm Priestley1-44/+30
2013-08-12staging: vt6656: rxtx.c: s_uGetDataDuration remove First Frag or Mid Frag dead code.Malcolm Priestley1-104/+1
2013-08-12staging: vt6656: desc.h remove typedef struct tagSCTSDataMalcolm Priestley2-25/+12
2013-08-12staging: vt6656: desc.h remove typedef struct tagSRTSDataMalcolm Priestley2-131/+67
2013-08-12staging: vt6656: rxtx.c: s_vGetFreeContext use single tx memset.Malcolm Priestley1-11/+1
2013-07-31staging: vt6656: device.h unused variablesMalcolm Priestley1-5/+0
2013-07-31staging: vt6656: dead code wCTSDuration.Malcolm Priestley3-6/+0
2013-07-25staging: vt6656: remove dead code DBG_PORT80/VIAWET_DEBUGMalcolm Priestley2-8/+0
2013-07-25staging: vt6656: Remove dead code macro ASSERTMalcolm Priestley6-20/+0
2013-06-17staging: vt6656: mac.c MACvDisableKeyEntry remove dead code wOffsetMalcolm Priestley1-4/+0