aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2013-10-16staging: vt6656: rxtx.c s_bPacketToWirelessUsb set fallback tx ratesMalcolm Priestley2-53/+49
2013-10-16staging: vt6656: Removed checkpatch whitespace errorsNandini Hanumanthagowda1-14/+14
2013-10-16staging: vt6656: removed space related checkpatch warningsNandini Hanumanthagowda1-20/+20
2013-10-15staging: vt6656: return if pControlURB->hcpriv not NULLMalcolm Priestley1-0/+6
2013-10-15staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley8-74/+21
2013-10-15staging: vt6656: return from workqueues on fMP_DISCONNECTEDMalcolm Priestley3-0/+12
2013-10-15staging: vt6656: main_usb.c correct pDevice->pControlURB gotoMalcolm Priestley1-1/+1
2013-10-15Staging: vt6656: adding spaces around '='Ashvini Varatharaj1-1/+1
2013-10-14staging: vt6656: Removed redundant code from iwctl fileNandini Hanumanthagowda1-1/+0
2013-10-11staging: vt6656: make pControlURB available life time of driver.Malcolm Priestley1-13/+10
2013-10-07staging: vt6656: rxtx.c cleanup s_vGenerateTxParameterMalcolm Priestley1-104/+112
2013-10-03staging: vt6656: rxtx.c remove dead code s_uFillDataHead/pvTxDataHd.Malcolm Priestley1-39/+3
2013-10-03staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_abMalcolm Priestley2-27/+18
2013-10-03staging: vt6656: rxtx.c parse out vnt_rxtx_datahead_abMalcolm Priestley2-27/+27
2013-10-03staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_a_fbMalcolm Priestley2-20/+12
2013-10-03staging: vt6656: rxtx.c parse out struct vnt_tx_datahead_a_fbMalcolm Priestley2-22/+28
2013-10-03staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g_fbMalcolm Priestley2-41/+35
2013-10-03staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_gMalcolm Priestley2-55/+54
2013-10-03staging: vt6656: rxtx.c change tx functions to return u16Malcolm Priestley1-13/+19
2013-09-30staging: vt6656: covert RXvMngWorkItem to work queueMalcolm Priestley4-6/+9
2013-09-30staging: vt6656: convert RXvWorkItem to work queueMalcolm Priestley4-7/+11
2013-09-30staging: vt6656: covert BSSvSecondCallBack to delayed_work.Malcolm Priestley7-17/+14
2013-09-30staging: vt6656: device.h convert sTimerCommand to delayed_workMalcolm Priestley5-37/+16
2013-09-29Merge 3.12-rc3 into staging-nextGreg Kroah-Hartman3-1/+7
2013-09-26staging: vt6656: rxtx.c remove dead code rts_cts voidMalcolm Priestley1-12/+7
2013-09-26staging: vt6656: rxtx.c Move rts_cts pointer assignment to s_vGenerateTxParameterMalcolm Priestley1-21/+23
2013-09-26staging: vt6656: rxtx.c s_vGenerateTxParameter Create vnt_mic_hdr structureMalcolm Priestley1-27/+28
2013-09-26staging: vt6656: rxtx.c create structure to join vnt_tx_data_head with vnt_tx_head.Malcolm Priestley2-9/+28
2013-09-26staging: vt6656: rxtx.c Create union of struct vnt_rrv_time* stucturesMalcolm Priestley2-47/+32
2013-09-25staging: vt6656: [BUG] iwctl_siwencodeext return if device not openMalcolm Priestley1-0/+3
2013-09-25staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier.Malcolm Priestley1-1/+2
2013-09-25staging: vt6656: rxtx.c [BUG] s_vGetFreeContext dead lock on null apTD.Malcolm Priestley1-0/+2
2013-09-25staging: vt6656: Change variable type to boolPeter Senna Tschudin2-2/+2
2013-09-25staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer.Malcolm Priestley1-11/+10
2013-09-25staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.hMalcolm Priestley3-31/+42
2013-09-25staging: vt6655: vt6656: Fix typo in commentsMasanari Iida1-1/+1
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-2/+2
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches7-29/+27
2013-09-17staging/vt6656: Fix screwed up indentation in swGetOFDMControlRateDave Jones1-2/+2
2013-08-28staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley6-27/+27
2013-08-28staging: vt6656: baseband.h re: baseband.c:877:26: sparse: incorrect type in assignment (different base types)Malcolm Priestley1-1/+1
2013-08-27staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley5-32/+33
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey use switch for pTransmitKey->byCipherSuiteMalcolm Priestley1-3/+7
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey clean up format and white space.Malcolm Priestley1-76/+87
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead/s_vFillCTSHead move union vnt_tx_data_head up one level.Malcolm Priestley1-12/+11
2013-08-27staging: vt6656: rxtx.c merge pvRTS and pvCTS/pCTS void pointersMalcolm Priestley1-50/+36
2013-08-27staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rtsMalcolm Priestley1-14/+11
2013-08-27staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_data_headMalcolm Priestley1-5/+5
2013-08-27staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType ifMalcolm Priestley1-2/+0
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead PK_TYPE_11A allow fall through AUTO_FB_NONEMalcolm Priestley1-6/+3