aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/bssdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-23/+34
2014-08-16staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley1-16/+16
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley1-6/+4
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-63/+9
2014-07-30staging: vt6655: dead code remove undefined macro FOR_LED_ON_NOTEBOOK code.Malcolm Priestley1-53/+0
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement1-0/+7
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement1-8/+0
2014-07-24staging: vt6655: Fix disassociated messages every 10 secondsMalcolm Priestley1-1/+1
2014-07-22staging: vt6655: statify some variablesGuillaume Clement1-2/+2
2014-05-15staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-4/+2
2013-11-11staging: vt6655: delete explicit comparison to boolTeodora Baluta1-26/+24
2013-11-11staging: vt6655: delete unnecessary whitespace before a quoted newlineTeodora Baluta1-3/+3
2013-11-11staging: vt6655: use netdev_* instead of printkTeodora Baluta1-13/+12
2013-11-10staging: vt6655: remove unneeded semicolonTeodora Baluta1-1/+1
2013-11-10staging: vt6655: put brace on previous lineTeodora Baluta1-10/+5
2013-11-10staging: vt6655: put trailing statements on next lineTeodora Baluta1-5/+10
2013-11-10staging: vt6655: remove braces for single statement blocksTeodora Baluta1-42/+25
2013-11-10staging: vt6655: replace C99 comments wtih C89 commentsTeodora Baluta1-114/+68
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-4/+7
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-78/+0
2013-03-25staging: vt6655: Remove commented out if()sJoe Perches1-12/+0
2013-03-25staging: vt6655: Remove unnecessary parentheses from returnsJoe Perches1-4/+4
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-45/+30
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-8/+0
2013-03-18staging:vt6655:bssdb: Whitespace cleanupsJoe Perches1-1324/+1324
2012-09-04staging: "vt6655" Fix typos in comments.Justin P. Mattock1-2/+2
2012-07-09staging: vt6655: Remove all commented macrosMarcos Paulo de Souza1-1/+0
2012-07-06staging: vt6655: use %pM for BSSIDAndy Shevchenko1-3/+2
2012-02-24staging: Fix typo in bssdb.cMasanari Iida1-2/+2
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-4/+4
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-9/+9
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-32/+32
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-49/+49
2010-06-25Staging: vt6655: remove PUINT typedefCharles Clément1-9/+3
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-12/+12
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément1-8/+8
2010-06-22Staging: vt6655: remove ULONG_PTR typedefCharles Clément1-4/+4
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément1-4/+3
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-9/+9
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-13/+13
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 LONG typedefCharles Clément1-3/+3
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément1-4/+4
2010-06-18Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément1-1/+1
2010-05-14Staging: vt6655: remove OUT definitionCharles Clément1-2/+2
2010-05-14Staging: vt6655: remove IN definitionCharles Clément1-69/+69
2010-05-14Staging: vt6655: remove HANDLE definition and useCharles Clément1-36/+36
2010-05-11Staging: vt6655: remove PVOID definition and useCharles Clément1-7/+7
2010-05-11Staging: vt6655: remove VOID definition and useCharles Clément1-15/+15