summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* 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-171-126/+205
* staging: vt6655: Remove unnecessary braces in aes_ccmp.cJelena Bjelja2014-03-171-20/+10Star
* staging:vt6655: Fix open brace placement related errorJelena Bjelja2014-03-171-2/+1Star
* staging: vt6655 : Fix placement of open braceAshley Smith2014-03-141-2/+1Star
* staging: vt6655: 64 bit fix sizeof long TKIP micMalcolm Priestley2014-03-091-15/+15
* staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.Malcolm Priestley2014-03-091-16/+16
* staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.Malcolm Priestley2014-03-094-27/+29
* staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,Malcolm Priestley2014-03-093-10/+10
* staging: vt6655: 64 bit Correct alignment of tx/rx structures.Malcolm Priestley2014-03-091-9/+6Star
* staging: vt6655: Fix memory leak in wpa_ioctl()Christian Engelmayer2014-01-141-2/+2
* vt6655: fix printk usage in wpactl.cMartin Hofmann2014-01-081-12/+12
* vt6655: remove typedefs in wpactl.hMartin Hofmann2014-01-083-9/+7Star
* vt6655: fix indentation in wroute.cMartin Hofmann2014-01-081-13/+17
* vt6655: remove unnecessary braces in wroute.cMartin Hofmann2014-01-081-7/+5Star
* 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/+0Star
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-031-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-121-26/+24Star
* | staging: vt6655: delete unnecessary whitespace before a quoted newlineTeodora Baluta2013-11-121-3/+3
* | staging: vt6655: use netdev_* instead of printkTeodora Baluta2013-11-121-13/+12Star
* | 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/+176Star
* | staging: vt6655: put brace on previous lineTeodora Baluta2013-11-101-10/+5Star
* | 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/+25Star
* | staging: vt6655: replace C99 comments wtih C89 commentsTeodora Baluta2013-11-101-114/+68Star
* | staging: vt6655: fixed sparse warning for static declaration in wpa2.cArchana kumari2013-11-101-8/+8
|/
* staging: vt6655: fixed use of unnecessary braces in baseband.cArchana kumari2013-10-271-4/+3Star
* Staging: vt6655: Fix Sparse Warning for Static Declarations in wpa.cEbru Akagunduz2013-10-271-6/+6
* Staging: vt6655: Fix Sparse Warning for Static Declarations in tkip.cEbru Akagunduz2013-10-271-2/+2
* staging: vt6655: Fix C99 commenting style in michael.hArchana kumari2013-10-191-5/+5
* staging: vt6655:removed incorrect casting in hostap.cArchana kumari2013-10-171-1/+1
* staging: vt6655: Fix Sparse Warning for Static DeclarationsArchana kumari2013-10-171-10/+10
* Staging: vt6655: Removal of Unused FunctionRashika Kheria2013-10-171-30/+0Star
* Staging: vt6655: Fix Sparse Warning for Static DeclarationsRashika Kheria2013-10-171-13/+13
* staging: vt6655: Removed C99 style commentsNandini Hanumanthagowda2013-10-141-1/+1
* staging: vt6655: Use NULL instead of 0Sachin Kamat2013-10-121-1/+1
* staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctlJesper Juhl2013-10-011-15/+10Star
* Staging: vt6655: 80211mgr: Cleanup of brace coding style issuesMartin Berglund2013-10-011-10/+6Star
* staging: vt6655: Remove redundant pci_set_drvdataSachin Kamat2013-09-261-4/+0Star
* staging: vt6655: vt6656: Fix typo in commentsMasanari Iida2013-09-261-1/+1
* staging: vt6655: Remove commented out block with compare_ether_addrJoe Perches2013-09-171-22/+0Star
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-177-20/+27