summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Move double definition of MAX_RATE to device_cfg.hMalcolm Priestley2013-12-103-2/+2
* staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bSca...Malcolm Priestley2013-12-101-3/+0
* staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley2013-12-105-24/+16
* staging: vt6656: s_uCalculateLinkQual use netstats rx valuesMalcolm Priestley2013-12-102-3/+5
* staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley2013-12-102-30/+32
* staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley2013-12-105-115/+26
* staging: vt6656: baseband.c clean up BBbVT3184InitMalcolm Priestley2013-12-081-169/+155
* staging: vt6656: clean up s_vGetFreeContextMalcolm Priestley2013-12-031-18/+19
* staging: vt6656: s_vGetFreeContext remove pReturnContextMalcolm Priestley2013-12-031-4/+2
* staging: vt6656: remove void pointer from s_vGetFreeContextMalcolm Priestley2013-12-031-8/+11
* Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-023-1/+15
|\
| * staging: vt6656: [BUG] Fix for TX USB resets from vendors driver.Malcolm Priestley2013-11-252-0/+13
| * Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter2013-11-251-1/+2
* | staging: vt6656: Remove unused variable bAES.Malcolm Priestley2013-11-252-6/+0
* | staging: vt6656: Remove unused variable bLongHeaderMalcolm Priestley2013-11-252-21/+4
* | staging: vt6656: vnt_beacon_buffer attach mac header.Malcolm Priestley2013-11-252-10/+10
* | staging: vt6656: csBeacon_xmit merge structures.Malcolm Priestley2013-11-253-41/+39
* | staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley2013-11-255-44/+21
* | staging: vt6656: removed the trailing statement should be on next line errorNandini Hanumanthagowda2013-11-191-2/+4
* | staging: vt6656: added space after coma operator in funtion callNandini Hanumanthagowda2013-11-191-1/+1
* | staging: vt6656: removed all whitespace errorsNandini Hanumanthagowda2013-11-191-4/+4
* | staging: vt6656: removed parenthesis from return statementNandini Hanumanthagowda2013-11-191-2/+2
* | staging: vt6656: indented the code under all function blocksNandini Hanumanthagowda2013-11-191-151/+151
* | staging: vt6656: indented all if-else statement blocksNandini Hanumanthagowda2013-11-191-641/+633
* | staging: vt6656: fixed the switch case indentation level errorNandini Hanumanthagowda2013-11-191-39/+39
* | staging: vt6656: fixed unnecessary whitespace warningNandini Hanumanthagowda2013-11-191-6/+6
* | staging: vt6656: fixed checkpatch errors related to close braceNandini Hanumanthagowda2013-11-191-20/+10
* | staging: vt6656: fixed open brace placement related errorNandini Hanumanthagowda2013-11-191-8/+4
* | staging: vt6656: removed unnecessary braces around if-else statementsNandini Hanumanthagowda2013-11-191-33/+20
* | staging: vt6656: main_usb.c ether_crc use kernel codeMalcolm Priestley2013-11-112-16/+1
* | staging: vt6656: cleanup device_init_registersMalcolm Priestley2013-11-111-111/+116
* | staging; vt6656: device_init_registers Change vnt_cmd_card_int and vnt_rsp_ca...Malcolm Priestley2013-11-112-12/+14
* | staging: vt6656: Replace typedef struct _RSP_CARD_INIT.Malcolm Priestley2013-11-112-11/+11
* | staging: vt6656: Replace typedef struct _CMD_CARD_INITMalcolm Priestley2013-11-112-22/+19
* | staging: vt6656: device.h Remove typedef enum __device_init_type.Malcolm Priestley2013-11-112-139/+143
* | 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
OpenPOWER on IntegriCloud