summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wpactl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: dead code remove wpactl.c/hMalcolm Priestley2014-10-291-893/+0
* staging: vt6655: remove useless #if 1Vladimir A. Nazarenko2014-10-201-3/+0
* staging: vt6655: Fixed C99 // comment errors in wpactl.cEsra Altintas2014-10-021-15/+15
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-36/+34
* staging: vt6655: rf/wpactl/wroute use struct vnt_privateMalcolm Priestley2014-08-161-14/+14
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-161-6/+6
* staging: vt6655: wpactl.c: Fix sparse warningsMartin Berglund2014-08-161-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+2
|\
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | staging: vt6655: Use pr_* functions instead of printkGuillaume Clement2014-07-271-2/+2
* | staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+1
|/
* staging: vt6655: Remove useless return variablesPeter Senna Tschudin2014-05-231-13/+6
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-10/+7
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-44/+4
* staging: vt6655: removed incorrect casting in wpactl.cSilvio Fricke2014-04-181-3/+3
* staging: vt6655: fix DBG_PRT and PRINT_K macrosGuido Martínez2014-04-181-1/+1
* staging: vt6655,vt6656: fix sparse error "unexpected unlock"Cédric Cabessa2014-04-181-1/+2
* staging: vt6655: Fix memory leak in wpa_ioctl()Christian Engelmayer2014-01-131-2/+2
* vt6655: fix printk usage in wpactl.cMartin Hofmann2014-01-081-12/+12
* staging: vt6655: check too restrictive (off by one)Dan Carpenter2014-01-081-2/+2
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-6/+6
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-1/+1
* staging: vt6655: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-031-1/+1
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-41/+0
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-10/+5
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-9/+0
* staging:vt6655:wpactl: Whitespace cleanupsJoe Perches2013-03-181-434/+434
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-3/+3
* Staging: vt6655: memory corruption in check in wpa_set_wpadev()Dan Carpenter2011-10-191-1/+3
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-251-2/+2
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-2/+2
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* Staging: vt6655: fix buffer overflowDan Carpenter2010-09-201-3/+8
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-2/+2
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-9/+9
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-12/+12
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-7/+7
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-2/+2
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-6/+6
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: use is_broadcast_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-1/+1
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-141-2/+1
* Staging: vt6655: remove HANDLE definition and useCharles Clément2010-05-141-6/+6
* Staging: Drop memory allocation castJulia Lawall2010-05-111-1/+1
* Staging: vt665x: Clean up include files, Part 2Jim Lieb2009-09-151-18/+0
* Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb2009-09-151-16/+8
* Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb2009-09-151-30/+30
* Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond2009-06-191-2/+5
OpenPOWER on IntegriCloud