summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/rxtx.c
AgeCommit message (Expand)Author
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTimeMalcolm Priestley
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetTxRsvTimeMalcolm Priestley
2013-12-10staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley
2013-12-10staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley
2013-12-03staging: vt6656: clean up s_vGetFreeContextMalcolm Priestley
2013-12-03staging: vt6656: s_vGetFreeContext remove pReturnContextMalcolm Priestley
2013-12-03staging: vt6656: remove void pointer from s_vGetFreeContextMalcolm Priestley
2013-11-25staging: vt6656: Remove unused variable bAES.Malcolm Priestley
2013-11-25staging: vt6656: Remove unused variable bLongHeaderMalcolm Priestley
2013-11-25staging: vt6656: vnt_beacon_buffer attach mac header.Malcolm Priestley
2013-11-25staging: vt6656: csBeacon_xmit merge structures.Malcolm Priestley
2013-11-25staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley
2013-11-10staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea
2013-10-16staging: vt6656: rxtx.c s_vFillTxKey replace u8 *pbyBuf.Malcolm Priestley
2013-10-16staging: vt6656: rxtx.c clean up s_uGetRTSCTSDurationMalcolm Priestley
2013-10-16staging: vt6656: rxtx.c s_uGetRTSCTSDuration allow fall-through duplicatesMalcolm Priestley
2013-10-16staging: vt6656: rxtx.c s_bPacketToWirelessUsb set fallback tx ratesMalcolm Priestley
2013-10-07staging: vt6656: rxtx.c cleanup s_vGenerateTxParameterMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c remove dead code s_uFillDataHead/pvTxDataHd.Malcolm Priestley
2013-10-03staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_abMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c parse out vnt_rxtx_datahead_abMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_a_fbMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c parse out struct vnt_tx_datahead_a_fbMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g_fbMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_gMalcolm Priestley
2013-10-03staging: vt6656: rxtx.c change tx functions to return u16Malcolm Priestley
2013-09-29Merge 3.12-rc3 into staging-nextGreg Kroah-Hartman
2013-09-26staging: vt6656: rxtx.c remove dead code rts_cts voidMalcolm Priestley
2013-09-26staging: vt6656: rxtx.c Move rts_cts pointer assignment to s_vGenerateTxParam...Malcolm Priestley
2013-09-26staging: vt6656: rxtx.c s_vGenerateTxParameter Create vnt_mic_hdr structureMalcolm Priestley
2013-09-26staging: vt6656: rxtx.c create structure to join vnt_tx_data_head with vnt_tx...Malcolm Priestley
2013-09-26staging: vt6656: rxtx.c Create union of struct vnt_rrv_time* stucturesMalcolm Priestley
2013-09-25staging: vt6656: rxtx.c [BUG] s_vGetFreeContext dead lock on null apTD.Malcolm Priestley
2013-09-25staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer.Malcolm Priestley
2013-09-25staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.hMalcolm Priestley
2013-08-27staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey use switch for pTransmitKey->byCipherSuiteMalcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey clean up format and white space.Malcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead/s_vFillCTSHead move union vnt_tx_data_...Malcolm Priestley
2013-08-27staging: vt6656: rxtx.c merge pvRTS and pvCTS/pCTS void pointersMalcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rtsMalcolm Priestley
2013-08-27staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_d...Malcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType ifMalcolm Priestley
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead PK_TYPE_11A allow fall through AUTO_FB...Malcolm Priestley
2013-08-27staging: vt6656: rxtx.c: s_vFillRTSHead change if/else to switch on byPktypeMalcolm Priestley
2013-08-26staging: rxtx.c s_vFillRTSHead white space and formating clean upMalcolm Priestley
2013-08-26staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* struct...Malcolm Priestley
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_a_fb to new f...Malcolm Priestley
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_ab to new fun...Malcolm Priestley
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g_fb to new f...Malcolm Priestley