summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2013-11-19staging: vt6656: fixed the switch case indentation level errorNandini Hanumanthagowda1-39/+39
2013-11-19staging: vt6656: fixed unnecessary whitespace warningNandini Hanumanthagowda1-6/+6
2013-11-19staging: vt6656: fixed checkpatch errors related to close braceNandini Hanumanthagowda1-20/+10
2013-11-19staging: vt6656: fixed open brace placement related errorNandini Hanumanthagowda1-8/+4
2013-11-19staging: vt6656: removed unnecessary braces around if-else statementsNandini Hanumanthagowda1-33/+20
2013-11-11staging: vt6656: main_usb.c ether_crc use kernel codeMalcolm Priestley2-16/+1
2013-11-11staging: vt6656: cleanup device_init_registersMalcolm Priestley1-111/+116
2013-11-11staging; vt6656: device_init_registers Change vnt_cmd_card_int and vnt_rsp_ca...Malcolm Priestley2-12/+14
2013-11-11staging: vt6656: Replace typedef struct _RSP_CARD_INIT.Malcolm Priestley2-11/+11
2013-11-11staging: vt6656: Replace typedef struct _CMD_CARD_INITMalcolm Priestley2-22/+19
2013-11-11staging: vt6656: device.h Remove typedef enum __device_init_type.Malcolm Priestley2-139/+143
2013-11-10staging: vt6656: fixed whitespace related errors around operatorsNandini Hanumanthagowda1-56/+56
2013-11-10staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea13-46/+47
2013-10-27staging: vt6656: removed space after '*' in pointer declarationNandini Hanumanthagowda1-9/+9
2013-10-27Staging: vt6656: fix code indenting error in power.cJohannes Löthberg1-1/+1
2013-10-27Staging: vt6656: Fix Sparse Warning: cast from restricted gfp_t in hostap.cEbru Akagunduz1-1/+1
2013-10-27Staging: vt6656: fix a brace coding style issue in power.cJohannes Löthberg1-2/+1
2013-10-27staging: vt6656: removed braces from single line if-statementNandini Hanumanthagowda1-6/+3
2013-10-27staging: vt6656: fixed indentation and unnecessary space errorsNandini Hanumanthagowda1-188/+185
2013-10-27staging: vt6656: call usb_device_reset before netdev registrationMalcolm Priestley1-2/+3
2013-10-17staging: vt6656: removed line over 80 chars warningNandini Hanumanthagowda1-2/+4
2013-10-17staging: vt6656: removed C99-style commentsNandini Hanumanthagowda1-2/+2
2013-10-17staging: vt6656: removed unnecessary parentheses in return statementNandini Hanumanthagowda1-2/+2
2013-10-17staging: vt6656: removal of braces under if-control statementNandini Hanumanthagowda1-3/+2
2013-10-17staging: vt6656: indentation and removal of unnecessary spacesNandini Hanumanthagowda1-47/+44
2013-10-16staging: vt6656: rxtx.c s_vFillTxKey replace u8 *pbyBuf.Malcolm Priestley1-8/+11
2013-10-16staging: vt6656: rxtx.c clean up s_uGetRTSCTSDurationMalcolm Priestley1-25/+28
2013-10-16staging: vt6656: rxtx.c s_uGetRTSCTSDuration allow fall-through duplicatesMalcolm Priestley1-32/+3
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-107/+115
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