aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-04staging: vt6656: [BUG] - Failed connection, incorrect endian.Malcolm Priestley2-20/+20
2012-08-17USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-07-16staging/vt6656: cleanup coding style in vResetCommandTimerDevendra Naga1-14/+14
2012-07-16staging/vt6656: remove unnecessary return in BSSvSecondTxDataDevendra Naga1-1/+0
2012-07-16staging/vt6656: coding style fix in BSSvSecondTxDataDevendra Naga1-28/+28
2012-07-09staging: vt6656: Remove unsed macrosMarcos Paulo de Souza3-5/+0
2012-07-09staging: vt6656: Remove all commented macrosMarcos Paulo de Souza8-20/+0
2012-07-09staging: vt6656: hostap.c: Remove commented codeMarcos Paulo de Souza1-43/+0
2012-07-09staging: vt6656: hostap.c: Remove unused macros and some useless commentsMarcos Paulo de Souza1-20/+0
2012-07-09staging: vt6656: desc.h: Remove commented macros and useless commentsMarcos Paulo de Souza1-19/+0
2012-07-09staging: vt6656: iwctl: remove a few remaining redundant newlinesJesper Juhl1-5/+1
2012-07-09staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl1-12/+11
2012-07-09staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl1-7/+6
2012-07-06staging: vt6656: use %pM for the BSSIDAndy Shevchenko1-4/+5
2012-07-06staging: vt6656: main_usb.c: Remove useless macrosMarcos Paulo de Souza1-34/+1
2012-07-06staging: vt6656: int.c: correct indentation to use tabs rather than spacesJesper Juhl1-7/+7
2012-07-06staging: vt6656: int.c: We don't use spaces between a cast and the variable being convertedJesper Juhl1-8/+8
2012-07-06staging: vt6656: int.c: Use one space between variable type and nameJesper Juhl1-2/+2
2012-07-06staging: vt6656: int.c: Remove unneeded castJesper Juhl1-1/+1
2012-07-06staging: vt6656: int.c: Put comment about DEBUG print define on same line as codeJesper Juhl1-2/+1
2012-07-06staging: vt6656: int.h: Fix indentation and spacingJesper Juhl1-21/+21
2012-07-06staging: vt6656: int: Redundant blank line removalJesper Juhl2-5/+0
2012-06-25staging: vt6656: iwctl: Clean up braces on 'if' statementsJesper Juhl1-84/+61
2012-06-25staging: vt6656: iwctl: Cleanup spacing around operators (mostly)Jesper Juhl1-89/+79
2012-06-25staging: vt6656: iwctl: one statement per line (if)Jesper Juhl1-1/+2
2012-06-25staging: vt6656: iwctl: comment cleanupJesper Juhl1-132/+133
2012-06-25staging: vt6656: iwctl: space after if/for/while/switchJesper Juhl1-72/+72
2012-06-25staging: vt6656: iwctl: remove spaces between casts and variablesJesper Juhl1-74/+74
2012-06-25staging: vt6656: iwctl: remove unneeded scope block in iwctl_siwessid()Jesper Juhl1-37/+34
2012-06-25staging: vt6656: iwctl: remove redundant cast (to PSDevice)Jesper Juhl1-29/+29
2012-06-25staging: vt6656: iwctl: ensure one space between defined name and valueJesper Juhl1-2/+2
2012-06-25staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per-line')Jesper Juhl2-92/+111
2012-06-25staging: vt6656: iwctl: remove redundant ';'Jesper Juhl1-1/+1
2012-06-25staging: vt6656: iwctl: Fix indentationJesper Juhl1-620/+620
2012-06-25staging: vt6656: iwctl: fix up function declarations/prototypesJesper Juhl2-294/+161
2012-06-25staging: vt6656: iwctl: Remove redundant blank linesJesper Juhl1-76/+0
2012-06-22staging: vt6656: Correct a few assignments to be compares in iwctl_siwencodeext()Jesper Juhl1-3/+3
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches1-1/+1
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman3-17/+15
2012-04-24staging: vt6656: trivial whitespace cleanups to ioctl.cJesper Juhl1-1/+3
2012-04-24staging: vt6656: Remove redundant casts from ioctl.cJesper Juhl1-11/+9
2012-04-18staging: vt6656: Don't needlessly test for NULL before release_firmware()Jesper Juhl1-3/+1
2012-04-12staging: vt6656: Don't leak memory in drivers/staging/vt6656/ioctl.c::private_ioctl()Jesper Juhl1-1/+2
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-2/+2
2012-04-10Staging: vt6655-6: check keysize before memcpy()Dan Carpenter1-0/+3
2012-02-24staging: Fix typo in bssdb.cMasanari Iida1-2/+2
2012-02-09staging, vt6656/wpactl.c: Fix mem leak in wpa_ioctl()Jesper Juhl1-0/+1
2012-02-09staging, vt6656/wpactl.c: A basic style cleanupJesper Juhl1-518/+418
2012-02-09staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza3-22/+11
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza3-8/+3