summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: fix overly large stack usageArnd Bergmann2017-11-111-4/+6
* staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley2015-07-151-0/+4
* vt6655: RFbSetPower fix missing rate RATE_12MMalcolm Priestley2015-03-301-0/+1
* staging: vt6655: Fix disassociated messages every 10 secondsMalcolm Priestley2014-07-241-1/+1
* staging: vt6655: Fix Warning on boot handle_irq_event_percpu.Malcolm Priestley2014-07-241-2/+5
* 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
* | staging: vt6655: fix assignment of bool to 0Teodora Baluta2013-11-101-2/+2
* | staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-1018-184/+176
* | staging: vt6655: put brace on previous lineTeodora Baluta2013-11-101-10/+5
* | 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/+25
* | staging: vt6655: replace C99 comments wtih C89 commentsTeodora Baluta2013-11-101-114/+68