summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-35/+31Star
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-70/+6Star
* staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.Malcolm Priestley2014-03-091-16/+16
* staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.Malcolm Priestley2014-03-091-2/+2
* staging: vt6655: remove unneeded semicolonTeodora Baluta2013-11-101-3/+3
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-17/+17
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-3/+4
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-53/+0Star
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-1/+0Star
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-48/+24Star
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-14/+1Star
* staging:vt6655:dpc: Whitespace cleanupsJoe Perches2013-03-191-1220/+1220
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-1/+1
* staging: vt6655: Remove all commented macrosMarcos Paulo de Souza2012-07-091-1/+0Star
* staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko2011-08-231-24/+6Star
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-261-5/+5
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-031-24/+24
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-031-44/+44
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-031-35/+35
* Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2010-07-081-1/+1
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-251-34/+14Star
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-12/+12
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-5/+5
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-8/+8
* Staging: vt6655: remove PDWORD typedefCharles Clément2010-06-181-18/+18
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-181-16/+16
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-53/+53
* Staging: vt6655: remove custom ULONGLONG typedefCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-181-20/+20
* Staging: vt6655: remove custom LONG typedefCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-181-8/+8
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-3/+3
* Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément2010-05-181-1/+1
* Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément2010-05-181-7/+7
* Staging: vt6655: remove OUT definitionCharles Clément2010-05-141-20/+20
* Staging: vt6655: remove IN definitionCharles Clément2010-05-141-54/+54
* Staging: vt6655: remove HANDLE definition and useCharles Clément2010-05-141-5/+5
* Staging: vt6655: remove PVOID definition and useCharles Clément2010-05-111-1/+1
* Staging: vt6655: remove VOID definition and useCharles Clément2010-05-111-5/+5
* Staging: vt665x: remove tbit.h part 2Jim Lieb2009-09-151-6/+5Star
* Staging: vt665x: Remove umem.h Part 1Jim Lieb2009-09-151-6/+5Star
* Staging: vt665x: Clean up include files, Part 2Jim Lieb2009-09-151-37/+0Star
* Staging: vt665x: Typedef and macro cleanup Part 2Jim Lieb2009-09-151-4/+4
* Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb2009-09-151-7/+14
* Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb2009-09-151-53/+53
* Staging: vt665x: 64bit compile fixes Part 1Jim Lieb2009-09-151-3/+3
* Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz2009-09-151-106/+0Star
* Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals.Forest Bond2009-06-191-22/+2Star