summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: fixed whitespace related errors around operatorsNandini Hanumanthagowda2013-11-101-56/+56
* staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea2013-11-1013-46/+47
* staging: vt6656: removed space after '*' in pointer declarationNandini Hanumanthagowda2013-10-271-9/+9
* Staging: vt6656: fix code indenting error in power.cJohannes Löthberg2013-10-271-1/+1
* Staging: vt6656: Fix Sparse Warning: cast from restricted gfp_t in hostap.cEbru Akagunduz2013-10-271-1/+1
* Staging: vt6656: fix a brace coding style issue in power.cJohannes Löthberg2013-10-271-2/+1
* staging: vt6656: removed braces from single line if-statementNandini Hanumanthagowda2013-10-271-6/+3
* staging: vt6656: fixed indentation and unnecessary space errorsNandini Hanumanthagowda2013-10-271-188/+185
* staging: vt6656: call usb_device_reset before netdev registrationMalcolm Priestley2013-10-271-2/+3
* staging: vt6656: removed line over 80 chars warningNandini Hanumanthagowda2013-10-171-2/+4
* staging: vt6656: removed C99-style commentsNandini Hanumanthagowda2013-10-171-2/+2
* staging: vt6656: removed unnecessary parentheses in return statementNandini Hanumanthagowda2013-10-171-2/+2
* staging: vt6656: removal of braces under if-control statementNandini Hanumanthagowda2013-10-171-3/+2
* staging: vt6656: indentation and removal of unnecessary spacesNandini Hanumanthagowda2013-10-171-47/+44
* staging: vt6656: rxtx.c s_vFillTxKey replace u8 *pbyBuf.Malcolm Priestley2013-10-161-8/+11
* staging: vt6656: rxtx.c clean up s_uGetRTSCTSDurationMalcolm Priestley2013-10-161-25/+28
* staging: vt6656: rxtx.c s_uGetRTSCTSDuration allow fall-through duplicatesMalcolm Priestley2013-10-161-32/+3
* staging: vt6656: rxtx.c s_bPacketToWirelessUsb set fallback tx ratesMalcolm Priestley2013-10-162-53/+49
* staging: vt6656: Removed checkpatch whitespace errorsNandini Hanumanthagowda2013-10-161-14/+14
* staging: vt6656: removed space related checkpatch warningsNandini Hanumanthagowda2013-10-161-20/+20
* staging: vt6656: return if pControlURB->hcpriv not NULLMalcolm Priestley2013-10-151-0/+6
* staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley2013-10-158-74/+21
* staging: vt6656: return from workqueues on fMP_DISCONNECTEDMalcolm Priestley2013-10-153-0/+12
* staging: vt6656: main_usb.c correct pDevice->pControlURB gotoMalcolm Priestley2013-10-151-1/+1
* Staging: vt6656: adding spaces around '='Ashvini Varatharaj2013-10-151-1/+1
* staging: vt6656: Removed redundant code from iwctl fileNandini Hanumanthagowda2013-10-141-1/+0
* staging: vt6656: make pControlURB available life time of driver.Malcolm Priestley2013-10-111-13/+10
* staging: vt6656: rxtx.c cleanup s_vGenerateTxParameterMalcolm Priestley2013-10-071-107/+115
* staging: vt6656: rxtx.c remove dead code s_uFillDataHead/pvTxDataHd.Malcolm Priestley2013-10-031-39/+3
* staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_abMalcolm Priestley2013-10-032-27/+18
* staging: vt6656: rxtx.c parse out vnt_rxtx_datahead_abMalcolm Priestley2013-10-032-27/+27
* staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_a_fbMalcolm Priestley2013-10-032-20/+12
* staging: vt6656: rxtx.c parse out struct vnt_tx_datahead_a_fbMalcolm Priestley2013-10-032-22/+28
* staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g_fbMalcolm Priestley2013-10-032-41/+35
* staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_gMalcolm Priestley2013-10-032-55/+54
* staging: vt6656: rxtx.c change tx functions to return u16Malcolm Priestley2013-10-031-13/+19
* staging: vt6656: covert RXvMngWorkItem to work queueMalcolm Priestley2013-09-304-6/+9
* staging: vt6656: convert RXvWorkItem to work queueMalcolm Priestley2013-09-304-7/+11
* staging: vt6656: covert BSSvSecondCallBack to delayed_work.Malcolm Priestley2013-09-307-17/+14
* staging: vt6656: device.h convert sTimerCommand to delayed_workMalcolm Priestley2013-09-305-37/+16
* Merge 3.12-rc3 into staging-nextGreg Kroah-Hartman2013-09-293-1/+7
|\
| * staging: vt6656: [BUG] iwctl_siwencodeext return if device not openMalcolm Priestley2013-09-251-0/+3
| * staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier.Malcolm Priestley2013-09-251-1/+2
| * staging: vt6656: rxtx.c [BUG] s_vGetFreeContext dead lock on null apTD.Malcolm Priestley2013-09-251-0/+2
* | staging: vt6656: rxtx.c remove dead code rts_cts voidMalcolm Priestley2013-09-261-12/+7
* | staging: vt6656: rxtx.c Move rts_cts pointer assignment to s_vGenerateTxParam...Malcolm Priestley2013-09-261-21/+23
* | staging: vt6656: rxtx.c s_vGenerateTxParameter Create vnt_mic_hdr structureMalcolm Priestley2013-09-261-27/+28
* | staging: vt6656: rxtx.c create structure to join vnt_tx_data_head with vnt_tx...Malcolm Priestley2013-09-262-9/+28
* | staging: vt6656: rxtx.c Create union of struct vnt_rrv_time* stucturesMalcolm Priestley2013-09-262-47/+32
* | staging: vt6656: Change variable type to boolPeter Senna Tschudin2013-09-252-2/+2
OpenPOWER on IntegriCloud