summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6655: fix missing blank line after variable declarationIgor Bezukh2014-07-161-0/+3
* staging: vt6655: fixed sparse warningsAnton Protopopov2014-07-081-3/+3
* staging: vt6655: remove header declarations for static functionsJames A Shackleford2014-06-262-12/+2
* staging: vt6655: coding style: use C89 commentsMerlin Chlosta2014-06-191-4/+4
* staging: vt6655: remove unnecessary typedef struct.Martin Kepplinger2014-06-193-5/+5
* staging: vt6655: replace C99 style commentsJames A Shackleford2014-06-191-150/+150
* staging: vt6655: fix sparse warning for static declarationsJames A Shackleford2014-06-191-0/+1
* staging: vt6655: update iwctl_private_args extern declarationJames A Shackleford2014-06-191-1/+1
* staging: vt6655: update out-of-date function declarationJames A Shackleford2014-06-191-1/+1
* staging: vt6655: fix sparse warning for static declarationsJames A Shackleford2014-06-191-1/+2
* staging: vt6655: fix sparse warning "cast removes address space of expression"James A Shackleford2014-06-191-3/+3
* staging: vt6655: refactor iwctl_giwaplist() to avoid -Wframe-larger-than warn.Konrad Zapalowicz2014-05-281-24/+48
* staging: vt6655: Remove useless return variablesPeter Senna Tschudin2014-05-232-19/+10
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-1523-949/+814
* staging: vt6655: remove dead codeGuido Martínez2014-05-1539-1101/+51
* Staging: vt6655: tether: fixed a brace coding style issueNicolas Del Piano2014-05-151-2/+2
* staging: vt6655: removed incorrect casting in ioctl.cSilvio Fricke2014-04-181-2/+4
* staging: vt6655: removed incorrect casting in wpactl.cSilvio Fricke2014-04-181-3/+3
* Staging: vt6655: iwctl.c: fix a sparse warningJimmy Li2014-04-181-7/+2
* staging: vt6655: remove mention of nonexistent function CARDbSetBasicRateGuido Martínez2014-04-181-14/+0
* staging: vt6655: fix DBG_PRT and PRINT_K macrosGuido Martínez2014-04-182-3/+12
* staging: vt6655,vt6656: fix sparse error "unexpected unlock"Cédric Cabessa2014-04-181-1/+2
* staging: vt6655: fix sparse warningIoana Ileana2014-04-181-1/+1
* staging:vt6655: Fix sparse warnings of using plain integer as NULL pointerHimangi Saraogi2014-03-181-15/+15
* staging: vt6655: Fix line over 80 characters.Gulsah Kose2014-03-161-126/+205
* staging: vt6655: Remove unnecessary braces in aes_ccmp.cJelena Bjelja2014-03-161-20/+10
* staging:vt6655: Fix open brace placement related errorJelena Bjelja2014-03-161-2/+1
* staging: vt6655 : Fix placement of open braceAshley Smith2014-03-131-2/+1
* staging: vt6655: 64 bit fix sizeof long TKIP micMalcolm Priestley2014-03-081-15/+15
* staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.Malcolm Priestley2014-03-081-16/+16
* staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.Malcolm Priestley2014-03-084-27/+29
* staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,Malcolm Priestley2014-03-083-10/+10
* staging: vt6655: 64 bit Correct alignment of tx/rx structures.Malcolm Priestley2014-03-081-9/+6
* 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
* vt6655: remove typedefs in wpactl.hMartin Hofmann2014-01-083-9/+7
* vt6655: fix indentation in wroute.cMartin Hofmann2014-01-081-13/+17
* vt6655: remove unnecessary braces in wroute.cMartin Hofmann2014-01-081-7/+5
* vt6655: remove casts in wroute.cMartin Hofmann2014-01-081-4/+4
* vt6655: balance faulty parentheses in 80211hdr.hMartin Hofmann2014-01-081-1/+1
* staging: vt6655: check too restrictive (off by one)Dan Carpenter2014-01-081-2/+2
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-021-1/+2
|\
| * Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter2013-11-251-1/+2
* | staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-111-26/+24
* | staging: vt6655: delete unnecessary whitespace before a quoted newlineTeodora Baluta2013-11-111-3/+3
* | staging: vt6655: use netdev_* instead of printkTeodora Baluta2013-11-111-13/+12
* | staging: vt6655: remove unneeded semicolonTeodora Baluta2013-11-107-15/+15
* | staging: vt6655: fix comparison of bool to 0/1Teodora Baluta2013-11-101-4/+4
OpenPOWER on IntegriCloud