summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-172-20/+20
|\
| * staging: vt6656: [BUG] - Failed connection, incorrect endian.Malcolm Priestley2012-09-042-20/+20
* | Staging: vt6656: using is_broadcast_ether_addr() to simplify the codeWei Yongjun2012-09-041-6/+2Star
* | staging "vt6656" Typo rename Embeded to Embedded.Justin P. Mattock2012-09-042-27/+27
* | staging "vt6656" Typo rename Caculate to Calculate.Justin P. Mattock2012-09-044-36/+36
* | staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-0425-75/+75
* | Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-1/+1
|\|
| * USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-181-1/+1
* | staging: vt6656: Fix typo in vt6656Masanari Iida2012-08-144-8/+8
* | staging: vt6656: print small buffers with %*phAndy Shevchenko2012-08-141-5/+2Star
* | staging: vt6656: don't leak 'param' in vt6656_hostap_ioctl() when returning -...Jesper Juhl2012-08-141-6/+6
|/
* staging/vt6656: cleanup coding style in vResetCommandTimerDevendra Naga2012-07-171-14/+14
* staging/vt6656: remove unnecessary return in BSSvSecondTxDataDevendra Naga2012-07-171-1/+0Star
* staging/vt6656: coding style fix in BSSvSecondTxDataDevendra Naga2012-07-171-28/+28
* staging: vt6656: Remove unsed macrosMarcos Paulo de Souza2012-07-093-5/+0Star
* staging: vt6656: Remove all commented macrosMarcos Paulo de Souza2012-07-098-20/+0Star
* staging: vt6656: hostap.c: Remove commented codeMarcos Paulo de Souza2012-07-091-43/+0Star
* staging: vt6656: hostap.c: Remove unused macros and some useless commentsMarcos Paulo de Souza2012-07-091-20/+0Star
* staging: vt6656: desc.h: Remove commented macros and useless commentsMarcos Paulo de Souza2012-07-091-19/+0Star
* staging: vt6656: iwctl: remove a few remaining redundant newlinesJesper Juhl2012-07-091-5/+1Star
* staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl2012-07-091-12/+11Star
* staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl2012-07-091-7/+6Star
* staging: vt6656: use %pM for the BSSIDAndy Shevchenko2012-07-071-4/+5
* staging: vt6656: main_usb.c: Remove useless macrosMarcos Paulo de Souza2012-07-071-34/+1Star
* staging: vt6656: int.c: correct indentation to use tabs rather than spacesJesper Juhl2012-07-071-7/+7
* staging: vt6656: int.c: We don't use spaces between a cast and the variable b...Jesper Juhl2012-07-071-8/+8
* staging: vt6656: int.c: Use one space between variable type and nameJesper Juhl2012-07-071-2/+2
* staging: vt6656: int.c: Remove unneeded castJesper Juhl2012-07-071-1/+1
* staging: vt6656: int.c: Put comment about DEBUG print define on same line as ...Jesper Juhl2012-07-071-2/+1Star
* staging: vt6656: int.h: Fix indentation and spacingJesper Juhl2012-07-071-21/+21
* staging: vt6656: int: Redundant blank line removalJesper Juhl2012-07-072-5/+0Star
* staging: vt6656: iwctl: Clean up braces on 'if' statementsJesper Juhl2012-06-251-84/+61Star
* staging: vt6656: iwctl: Cleanup spacing around operators (mostly)Jesper Juhl2012-06-251-89/+79Star
* staging: vt6656: iwctl: one statement per line (if)Jesper Juhl2012-06-251-1/+2
* staging: vt6656: iwctl: comment cleanupJesper Juhl2012-06-251-132/+133
* staging: vt6656: iwctl: space after if/for/while/switchJesper Juhl2012-06-251-72/+72
* staging: vt6656: iwctl: remove spaces between casts and variablesJesper Juhl2012-06-251-74/+74
* staging: vt6656: iwctl: remove unneeded scope block in iwctl_siwessid()Jesper Juhl2012-06-251-37/+34Star
* staging: vt6656: iwctl: remove redundant cast (to PSDevice)Jesper Juhl2012-06-251-29/+29
* staging: vt6656: iwctl: ensure one space between defined name and valueJesper Juhl2012-06-251-2/+2
* staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per...Jesper Juhl2012-06-252-92/+111
* staging: vt6656: iwctl: remove redundant ';'Jesper Juhl2012-06-251-1/+1
* staging: vt6656: iwctl: Fix indentationJesper Juhl2012-06-251-620/+620
* staging: vt6656: iwctl: fix up function declarations/prototypesJesper Juhl2012-06-252-294/+161Star
* staging: vt6656: iwctl: Remove redundant blank linesJesper Juhl2012-06-251-76/+0Star
* staging: vt6656: Correct a few assignments to be compares in iwctl_siwencodee...Jesper Juhl2012-06-231-3/+3
* staging: Remove test of is_broadcast with is_multicastJoe Perches2012-05-091-1/+1
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-023-17/+15Star
|\
| * staging: vt6656: trivial whitespace cleanups to ioctl.cJesper Juhl2012-04-241-1/+3
| * staging: vt6656: Remove redundant casts from ioctl.cJesper Juhl2012-04-241-11/+9Star