summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/bssdb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: dead code remove bssdb.cMalcolm Priestley2014-10-291-1504/+0Star
* staging: vt6655: dead code remove wcmd.cMalcolm Priestley2014-10-291-7/+0Star
* staging: vt6655: dead code remove wmgr.cMalcolm Priestley2014-10-291-1/+0Star
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-23/+34
* staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley2014-08-161-16/+16
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-161-6/+4Star
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-051-63/+9Star
|\
| * staging: vt6655: dead code remove undefined macro FOR_LED_ON_NOTEBOOK code.Malcolm Priestley2014-07-311-53/+0Star
| * staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+7
| * staging: vt6655: remove useless return statementsGuillaume Clement2014-07-271-8/+0Star
| * staging: vt6655: statify some variablesGuillaume Clement2014-07-231-2/+2
* | staging: vt6655: Fix disassociated messages every 10 secondsMalcolm Priestley2014-07-251-1/+1
|/
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-4/+2Star
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-121-26/+24Star
* staging: vt6655: delete unnecessary whitespace before a quoted newlineTeodora Baluta2013-11-121-3/+3
* staging: vt6655: use netdev_* instead of printkTeodora Baluta2013-11-121-13/+12Star
* staging: vt6655: remove unneeded semicolonTeodora Baluta2013-11-101-1/+1
* staging: vt6655: put brace on previous lineTeodora Baluta2013-11-101-10/+5Star
* staging: vt6655: put trailing statements on next lineTeodora Baluta2013-11-101-5/+10
* staging: vt6655: remove braces for single statement blocksTeodora Baluta2013-11-101-42/+25Star
* staging: vt6655: replace C99 comments wtih C89 commentsTeodora Baluta2013-11-101-114/+68Star
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-4/+7
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-78/+0Star
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-12/+0Star
* staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches2013-03-251-4/+4
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-45/+30Star
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-8/+0Star
* staging:vt6655:bssdb: Whitespace cleanupsJoe Perches2013-03-191-1324/+1324
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-2/+2
* staging: vt6655: Remove all commented macrosMarcos Paulo de Souza2012-07-091-1/+0Star
* staging: vt6655: use %pM for BSSIDAndy Shevchenko2012-07-071-3/+2Star
* staging: Fix typo in bssdb.cMasanari Iida2012-02-241-2/+2
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-261-4/+4
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-031-9/+9
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-031-32/+32
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-031-49/+49
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-251-9/+3Star
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-12/+12
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-8/+8
* Staging: vt6655: remove ULONG_PTR typedefCharles Clément2010-06-231-4/+4
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-231-4/+3Star
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-181-9/+9
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-13/+13
* 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 LONG typedefCharles Clément2010-06-181-3/+3
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-4/+4
* Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: remove OUT definitionCharles Clément2010-05-141-2/+2
* Staging: vt6655: remove IN definitionCharles Clément2010-05-141-69/+69