summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wmgr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: dead code remove wmgr.cMalcolm Priestley2014-10-291-4597/+0
* staging: vt6655: remove dead functions in power.c/hMalcolm Priestley2014-10-291-6/+0
* staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() usi...Aya Mahfouz2014-10-201-2/+3
* staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley2014-08-301-4/+4
* staging: vt6655: device.h dead code remove bCCKMalcolm Priestley2014-08-301-1/+0
* staging: vt6655: remove PLICE_DEBUG where it is definedMalcolm Priestley2014-08-301-8/+4
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-98/+106
* staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley2014-08-161-60/+60
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-161-25/+15
* staging: vt6655: Remove TxInSleep macroMalcolm Priestley2014-08-161-2/+0
* staging: vt6655: remove braces for single statements ifGuillaume Clement2014-07-271-2/+1
* staging: vt6655: Use pr_* functions instead of printkGuillaume Clement2014-07-271-4/+5
* staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement2014-07-271-11/+11
* staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+2
* staging: vt6655: remove useless return statementsGuillaume Clement2014-07-271-41/+0
* staging: vt6655: statify some variablesGuillaume Clement2014-07-221-5/+5
* staging: vt6655: remove unnecessary typedef struct.Martin Kepplinger2014-06-191-1/+1
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-170/+137
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-96/+7
* staging:vt6655: Fix sparse warnings of using plain integer as NULL pointerHimangi Saraogi2014-03-181-15/+15
* staging: vt6655: remove unneeded semicolonTeodora Baluta2013-11-101-6/+6
* staging: vt6655: fix assignment of bool to 0Teodora Baluta2013-11-101-2/+2
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-56/+53
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-1/+2
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-163/+0
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-24/+1
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-83/+42
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-3/+0
* staging:vt6655:wmgr: Whitespace cleanupsJoe Perches2013-03-181-4044/+4044
* staging: vt6655: Fix typo in vt6655 driverMasanari Iida2013-01-071-1/+1
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-28/+28
* staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko2011-08-231-39/+10
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-22/+22
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-25/+25
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-61/+61
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-108/+108
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-43/+43
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-59/+59
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-221-15/+16
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-181-6/+6
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-70/+70
* Staging: vt6655: remove custom ULONG typedefCharles Clément2010-06-181-3/+3
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-181-33/+33
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-181-1/+1
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément2010-05-171-4/+4
* Staging: vt6655: remove OUT definitionCharles Clément2010-05-141-13/+13
* Staging: vt6655: remove IN definitionCharles Clément2010-05-141-244/+244
* Staging: vt6655: remove HANDLE definition and useCharles Clément2010-05-141-35/+35
OpenPOWER on IntegriCloud