summaryrefslogtreecommitdiff
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-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
* | 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/+3
* 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-161-30/+0
* Staging: vt6655: Fix Sparse Warning for Static DeclarationsRashika Kheria2013-10-161-13/+13
* staging: vt6655: Removed C99 style commentsNandini Hanumanthagowda2013-10-141-1/+1
* staging: vt6655: Use NULL instead of 0Sachin Kamat2013-10-111-1/+1
* staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctlJesper Juhl2013-09-301-15/+10
* Staging: vt6655: 80211mgr: Cleanup of brace coding style issuesMartin Berglund2013-09-301-10/+6
* staging: vt6655: Remove redundant pci_set_drvdataSachin Kamat2013-09-251-4/+0
* staging: vt6655: vt6656: Fix typo in commentsMasanari Iida2013-09-251-1/+1
* staging: vt6655: Remove commented out block with compare_ether_addrJoe Perches2013-09-171-22/+0
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-177-20/+27