summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/wpactl.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-29staging: vt6655: dead code remove wpactl.c/hMalcolm Priestley1-893/+0
2014-10-20staging: vt6655: remove useless #if 1Vladimir A. Nazarenko1-3/+0
2014-10-02staging: vt6655: Fixed C99 // comment errors in wpactl.cEsra Altintas1-15/+15
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-36/+34
2014-08-16staging: vt6655: rf/wpactl/wroute use struct vnt_privateMalcolm Priestley1-14/+14
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley1-6/+6
2014-08-16staging: vt6655: wpactl.c: Fix sparse warningsMartin Berglund1-2/+6
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2014-07-27staging: vt6655: Use pr_* functions instead of printkGuillaume Clement1-2/+2
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement1-0/+1
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-05-23staging: vt6655: Remove useless return variablesPeter Senna Tschudin1-13/+6
2014-05-16staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-10/+7
2014-05-16staging: vt6655: remove dead codeGuido Martínez1-44/+4
2014-04-19staging: vt6655: removed incorrect casting in wpactl.cSilvio Fricke1-3/+3
2014-04-19staging: vt6655: fix DBG_PRT and PRINT_K macrosGuido Martínez1-1/+1
2014-04-19staging: vt6655,vt6656: fix sparse error "unexpected unlock"Cédric Cabessa1-1/+2
2014-01-14staging: vt6655: Fix memory leak in wpa_ioctl()Christian Engelmayer1-2/+2
2014-01-08vt6655: fix printk usage in wpactl.cMartin Hofmann1-12/+12
2014-01-08staging: vt6655: check too restrictive (off by one)Dan Carpenter1-2/+2
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-6/+6
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2013-09-04staging: vt6655: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-41/+0
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-10/+5
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-9/+0
2013-03-19staging:vt6655:wpactl: Whitespace cleanupsJoe Perches1-434/+434
2012-09-05staging: "vt6655" Fix typos in comments.Justin P. Mattock1-3/+3
2011-10-20Staging: vt6655: memory corruption in check in wpa_set_wpadev()Dan Carpenter1-1/+3
2011-04-26staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-26staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches1-2/+2
2011-04-26staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-2/+2
2011-03-14staging: vt6655: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-09-21Staging: vt6655: fix buffer overflowDan Carpenter1-3/+8
2010-08-03Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-2/+2
2010-08-03Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-9/+9
2010-08-03Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-12/+12
2010-06-25Staging: vt6655: remove BYTE typedefCharles Clément1-7/+7
2010-06-25Staging: vt6655: remove DWORD typedefCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-6/+6
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément1-1/+1
2010-06-18Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément1-2/+2
2010-05-18Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément1-1/+1
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-15Staging: vt6655: remove HANDLE definition and useCharles Clément1-6/+6
2010-05-12Staging: Drop memory allocation castJulia Lawall1-1/+1
2009-09-15Staging: vt665x: Clean up include files, Part 2Jim Lieb1-18/+0
2009-09-15Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb1-16/+8
2009-09-15Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb1-30/+30
2009-06-19Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond1-2/+5