aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2013-12-10staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley5-23/+15
2013-12-10staging: vt6656: s_uCalculateLinkQual use netstats rx valuesMalcolm Priestley2-3/+5
2013-12-10staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley2-30/+32
2013-12-10staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley5-115/+26
2013-12-08staging: vt6656: baseband.c clean up BBbVT3184InitMalcolm Priestley1-159/+145
2013-12-03staging: vt6656: clean up s_vGetFreeContextMalcolm Priestley1-18/+19
2013-12-03staging: vt6656: s_vGetFreeContext remove pReturnContextMalcolm Priestley1-4/+2
2013-12-03staging: vt6656: remove void pointer from s_vGetFreeContextMalcolm Priestley1-8/+11
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman3-1/+15
2013-11-25staging: vt6656: Remove unused variable bAES.Malcolm Priestley2-6/+0
2013-11-25staging: vt6656: Remove unused variable bLongHeaderMalcolm Priestley2-21/+4
2013-11-25staging: vt6656: vnt_beacon_buffer attach mac header.Malcolm Priestley2-10/+10
2013-11-25staging: vt6656: csBeacon_xmit merge structures.Malcolm Priestley3-41/+39
2013-11-25staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley5-44/+21
2013-11-25staging: vt6656: [BUG] Fix for TX USB resets from vendors driver.Malcolm Priestley2-0/+13
2013-11-25Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter1-1/+2
2013-11-19staging: vt6656: removed the trailing statement should be on next line errorNandini Hanumanthagowda1-2/+4
2013-11-19staging: vt6656: added space after coma operator in funtion callNandini Hanumanthagowda1-1/+1
2013-11-19staging: vt6656: removed all whitespace errorsNandini Hanumanthagowda1-4/+4
2013-11-19staging: vt6656: removed parenthesis from return statementNandini Hanumanthagowda1-2/+2
2013-11-19staging: vt6656: indented the code under all function blocksNandini Hanumanthagowda1-151/+151
2013-11-19staging: vt6656: indented all if-else statement blocksNandini Hanumanthagowda1-612/+604
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-109/+114
2013-11-11staging; vt6656: device_init_registers Change vnt_cmd_card_int and vnt_rsp_card_int to off stackMalcolm 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-21/+18
2013-11-11staging: vt6656: device.h Remove typedef enum __device_init_type.Malcolm Priestley2-137/+141
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-45/+46
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-170/+167
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-45/+42
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