aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-11staging: vt6655: Use net_device_stats from struct net_deviceTobias Klauser1-1/+1
2014-08-30staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode.Malcolm Priestley1-1/+1
2014-08-30staging: vt6655: remove remaining comments of PLICE_DEBUGMalcolm Priestley1-4/+3
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-62/+67
2014-08-16staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley1-11/+12
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley1-5/+4
2014-07-30staging: vt6655: deadcode remove undefined macro THREAD code.Malcolm Priestley1-6/+1
2014-07-30staging: vt6655: remove undefined TASK_LET codeMalcolm Priestley1-24/+0
2014-07-27staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement1-6/+7
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement1-0/+3
2014-06-19staging: vt6655: fix sparse warning for static declarationsJames A Shackleford1-1/+2
2014-05-15staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-35/+31
2014-05-15staging: vt6655: remove dead codeGuido Martínez1-70/+6
2014-03-08staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.Malcolm Priestley1-16/+16
2014-03-08staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.Malcolm Priestley1-2/+2
2013-11-10staging: vt6655: remove unneeded semicolonTeodora Baluta1-3/+3
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-17/+17
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-3/+4
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-53/+0
2013-03-25staging: vt6655: Remove commented out if()sJoe Perches1-1/+0
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-48/+24
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-14/+1
2013-03-18staging:vt6655:dpc: Whitespace cleanupsJoe Perches1-1220/+1220
2012-09-04staging: "vt6655" Fix typos in comments.Justin P. Mattock1-1/+1
2012-07-09staging: vt6655: Remove all commented macrosMarcos Paulo de Souza1-1/+0
2011-08-23staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko1-24/+6
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-5/+5
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-24/+24
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-44/+44
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-35/+35
2010-07-08Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément1-1/+1
2010-06-25Staging: vt6655: remove PUINT typedefCharles Clément1-34/+14
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-12/+12
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément1-5/+5
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément1-8/+8
2010-06-18Staging: vt6655: remove PDWORD typedefCharles Clément1-18/+18
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-16/+16
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-53/+53
2010-06-18Staging: vt6655: remove custom ULONGLONG typedefCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-20/+20
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément1-8/+8
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément1-3/+3
2010-06-18Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément1-1/+1
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément1-2/+2
2010-05-18Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément1-1/+1
2010-05-17Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément1-7/+7
2010-05-14Staging: vt6655: remove OUT definitionCharles Clément1-20/+20
2010-05-14Staging: vt6655: remove IN definitionCharles Clément1-54/+54
2010-05-14Staging: vt6655: remove HANDLE definition and useCharles Clément1-5/+5