summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/wmgr.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-29staging: vt6655: dead code remove wmgr.cMalcolm Priestley1-4597/+0
2014-10-29staging: vt6655: remove dead functions in power.c/hMalcolm Priestley1-6/+0
2014-10-20staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() usi...Aya Mahfouz1-2/+3
2014-08-31staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley1-4/+4
2014-08-31staging: vt6655: device.h dead code remove bCCKMalcolm Priestley1-1/+0
2014-08-31staging: vt6655: remove PLICE_DEBUG where it is definedMalcolm Priestley1-8/+4
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-98/+106
2014-08-16staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley1-60/+60
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley1-25/+15
2014-08-16staging: vt6655: Remove TxInSleep macroMalcolm Priestley1-2/+0
2014-07-27staging: vt6655: remove braces for single statements ifGuillaume Clement1-2/+1
2014-07-27staging: vt6655: Use pr_* functions instead of printkGuillaume Clement1-4/+5
2014-07-27staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement1-11/+11
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement1-0/+2
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement1-41/+0
2014-07-23staging: vt6655: statify some variablesGuillaume Clement1-5/+5
2014-06-20staging: vt6655: remove unnecessary typedef struct.Martin Kepplinger1-1/+1
2014-05-16staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-170/+137
2014-05-16staging: vt6655: remove dead codeGuido Martínez1-96/+7
2014-03-18staging:vt6655: Fix sparse warnings of using plain integer as NULL pointerHimangi Saraogi1-15/+15
2013-11-10staging: vt6655: remove unneeded semicolonTeodora Baluta1-6/+6
2013-11-10staging: vt6655: fix assignment of bool to 0Teodora Baluta1-2/+2
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-56/+53
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-1/+2
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-163/+0
2013-03-25staging: vt6655: Remove commented out if()sJoe Perches1-24/+1
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-83/+42
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-3/+0
2013-03-19staging:vt6655:wmgr: Whitespace cleanupsJoe Perches1-4044/+4044
2013-01-07staging: vt6655: Fix typo in vt6655 driverMasanari Iida1-1/+1
2012-09-05staging: "vt6655" Fix typos in comments.Justin P. Mattock1-28/+28
2011-08-24staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko1-39/+10
2011-04-26staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches1-1/+1
2011-04-26staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-22/+22
2010-08-03Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-25/+25
2010-08-03Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-61/+61
2010-08-03Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-108/+108
2010-06-25Staging: vt6655: remove BYTE typedefCharles Clément1-43/+43
2010-06-25Staging: vt6655: remove WORD typedefCharles Clément1-59/+59
2010-06-23Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément1-15/+16
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-6/+6
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-70/+70
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément1-3/+3
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-33/+33
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément1-2/+2
2010-05-18Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément1-4/+4
2010-05-15Staging: vt6655: remove OUT definitionCharles Clément1-13/+13
2010-05-15Staging: vt6655: remove IN definitionCharles Clément1-244/+244
2010-05-15Staging: vt6655: remove HANDLE definition and useCharles Clément1-35/+35