aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément50-472/+470
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément30-589/+581
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément31-768/+761
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-07-08Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2-19/+9
2010-06-25Staging: vt6655: Add TODO entries on x86-64 pointers and .data sizeCharles Clément1-0/+2
2010-06-25Staging: vt6655: remove PUINT typedefCharles Clément8-147/+50
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément55-965/+963
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément44-590/+589
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément32-309/+308
2010-06-22Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément13-196/+194
2010-06-22Staging: vt6655: remove ULONG_PTR typedefCharles Clément2-5/+4
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément12-982/+931
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément1-19/+19
2010-06-18Staging: vt665*: fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-06-18Staging: vt6655: fix up U32 conversionGreg Kroah-Hartman2-2/+2
2010-06-18Staging: vt6655: include linux/ headers instead of asm/Charles Clément1-2/+2
2010-06-18Staging: vt6655: remove PDWORD typedefCharles Clément14-84/+82
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément21-133/+131
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément57-503/+503
2010-06-18Staging: vt6655: remove custom ULONGLONG typedefCharles Clément6-91/+87
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément19-67/+67
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément47-538/+545
2010-06-18Staging: vt6655: remove custom USHORT typedefCharles Clément2-8/+7
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément4-9/+10
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément9-22/+20
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément6-43/+42
2010-06-18Staging: vt6655: removed custom SHORT typedefCharles Clément2-5/+4
2010-06-18Staging: vt6655: removed custom CHAR typedefCharles Clément3-4/+3
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément6-127/+124
2010-06-18Staging: vt6655: remove U16 custom macroCharles Clément4-30/+29
2010-06-18Staging: vt6655: remove U8 custom macroCharles Clément5-42/+41
2010-06-18Staging: vt6655: remove I8 custom macroCharles Clément4-11/+9
2010-06-18Staging: vt6655: remove unused OUT definitionCharles Clément1-4/+0
2010-06-18Staging: vt6655: remove double definition of Calcu_LinkQualCharles Clément1-4/+0
2010-06-18Staging: vt6655: remove unused argument in ChannelValid functionCharles Clément3-6/+5
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément9-27/+20
2010-06-18Staging: vt6655: use is_zero_ether_addr instead of custom macroCharles Clément2-6/+1
2010-06-18Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément8-18/+13
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément5-14/+11
2010-06-18Staging: vt6655: use ETH_ZLEN macro instead of custom oneCharles Clément2-8/+2
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman60-1928/+1903
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+3
2010-05-18Staging: vt6655: use ETH_FRAME_LEN macro instead of custom oneCharles Clément2-6/+3
2010-05-18Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément4-7/+6
2010-05-18Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément2-2/+1
2010-05-17Staging: vt6655: use ETH_HLEN macro instead of custom oneCharles Clément3-14/+12
2010-05-17Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément19-96/+96
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall2-4/+2
2010-05-14Staging: vt6655: remove OUT definitionCharles Clément19-114/+114