summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging/vt6656: Fix screwed up indentation in swGetOFDMControlRateDave Jones2013-09-171-2/+2
* staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley2013-08-296-27/+27
* staging: vt6656: baseband.h re: baseband.c:877:26: sparse: incorrect type in ...Malcolm Priestley2013-08-291-1/+1
* staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley2013-08-285-32/+33
* staging: vt6656: rxtx.c s_vFillTxKey use switch for pTransmitKey->byCipherSuiteMalcolm Priestley2013-08-281-3/+7
* staging: vt6656: rxtx.c s_vFillTxKey clean up format and white space.Malcolm Priestley2013-08-281-82/+93
* staging: vt6656: rxtx.c s_vFillRTSHead/s_vFillCTSHead move union vnt_tx_data_...Malcolm Priestley2013-08-281-12/+11Star
* staging: vt6656: rxtx.c merge pvRTS and pvCTS/pCTS void pointersMalcolm Priestley2013-08-281-50/+36Star
* staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rtsMalcolm Priestley2013-08-281-14/+11Star
* staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_d...Malcolm Priestley2013-08-281-5/+5
* staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType ifMalcolm Priestley2013-08-281-2/+0Star
* staging: vt6656: rxtx.c s_vFillRTSHead PK_TYPE_11A allow fall through AUTO_FB...Malcolm Priestley2013-08-281-6/+3Star
* staging: vt6656: rxtx.c: s_vFillRTSHead change if/else to switch on byPktypeMalcolm Priestley2013-08-281-3/+7
* staging: rxtx.c s_vFillRTSHead white space and formating clean upMalcolm Priestley2013-08-261-21/+18Star
* staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* struct...Malcolm Priestley2013-08-262-17/+20
* staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_a_fb to new f...Malcolm Priestley2013-08-261-27/+27
* staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_ab to new fun...Malcolm Priestley2013-08-261-41/+24Star
* staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g_fb to new f...Malcolm Priestley2013-08-261-40/+38Star
* staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g to new func...Malcolm Priestley2013-08-261-28/+47
* staging: vt6656: s_vGenerateTxParameter pvRrvTime should never be NULLMalcolm Priestley2013-08-261-13/+3Star
* staging: vt6656: s_vGenerateTxParameter dead code bDisCRCMalcolm Priestley2013-08-261-5/+0Star
* staging: vt6656: rxtx.c s_vFillCTSHead remove dead code bDisCRCMalcolm Priestley2013-08-261-9/+4Star
* staging: vt6656: rxtx.c s_vFillRTSHead remove dead bDiscCRCMalcolm Priestley2013-08-261-11/+8Star
* staging: vt6656: device.h Remove dead code bSoftwareGenCrcErr.Malcolm Priestley2013-08-262-21/+1Star
* staging: vt6656: rxtx.c s_vFillTxKey fill structure vnt_mic_hdrMalcolm Priestley2013-08-231-39/+32Star
* staging: vt6656: desc.h Remove typedef struct tagSMICHDRHead to new structure...Malcolm Priestley2013-08-233-25/+31
* staging: vt6656: rxtx.c endian correct wTimeStampOffMalcolm Priestley2013-08-231-11/+22
* staging: vt6656: rxtx.c s_create new function to endian correct uGetTxRsvTime.Malcolm Priestley2013-08-231-8/+25
* staging: vt6656: s_uGetRTSCTSRsvTime return u16 endian corrected value.Malcolm Priestley2013-08-231-9/+15
* staging: vt6656: rxtx.c: s_uGetDataDuration Drop argument byDurType.Malcolm Priestley2013-08-221-17/+17
* staging: vt6656: rxtx.c s_uGetDataDuration return endian corrected u16.Malcolm Priestley2013-08-221-18/+18
* staging: vt6656: baseband.c BBvCalculateParameter create structure for pwPhyL...Malcolm Priestley2013-08-215-185/+117Star
* staging: vt6656: baseband.c BBvCalculateParameter pwPhyLen return endian corr...Malcolm Priestley2013-08-213-27/+13Star
* staging: vt6656: rxtx.c dead code TYPE_ATIMDMA/TYPE_BEACONDMAMalcolm Priestley2013-08-211-34/+7Star
* staging: vt6656: desc.h remove typedef tagSTxDataHead_a_FB to new structure i...Malcolm Priestley2013-08-203-22/+18Star
* staging: vt6656: desc.h remove typedef tagSTxDataHead_ab to new structure in ...Malcolm Priestley2013-08-203-34/+39
* staging: vt6656: desc.h remove typedef tagSTxDataHead_g_FB to new structure i...Malcolm Priestley2013-08-203-24/+23Star
* staging: vt6656: desc.h: remove typedef struct tagSTxDataHead_g to new struct...Malcolm Priestley2013-08-203-38/+41
* staging: vt6656: desc.h remove dead code typedef struct tagSRrvTime_atim.Malcolm Priestley2013-08-201-11/+0Star
* staging: vt6656: desc.h remove typedef SRrvTime_ab to new structure.Malcolm Priestley2013-08-203-39/+59
* staging: vt6656: desc.h: Move typedef struct tagSRrvTime_gCTS to new structur...Malcolm Priestley2013-08-203-33/+37
* staging: vt6656: desc.h: Move typedef tagSRrvTime_gRTS to new structure in rx...Malcolm Priestley2013-08-203-24/+28
* staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.hMalcolm Priestley2013-08-163-47/+53
* staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in r...Malcolm Priestley2013-08-163-83/+87
* staging: vt6656: rxtx.h : remove typedef struct tagSBEACON_BUFFERMalcolm Priestley2013-08-162-11/+10Star
* staging: vt6656: rxtx.c : s_bPacketToWirelessUsb remove usbPacketBuf.Malcolm Priestley2013-08-161-10/+10
* staging: vt6656: rxtx.c remove typdef PTX_BUFFERMalcolm Priestley2013-08-162-21/+19Star
* staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16Malcolm Priestley2013-08-141-30/+63
* staging: vt6656: rxtx.c s:_uGetDataDuration simplify structure.Malcolm Priestley2013-08-141-41/+9Star
* staging: vt6656: rxtx.h dead code typedef union tagUTX_BUFFER_CONTAINERMalcolm Priestley2013-08-141-573/+0Star