summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/hostap.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-29staging: vt6655: dead code remove legacy hostap.c/hMalcolm Priestley1-764/+0
2014-10-20staging: vt6655: Fixed else after return or break warningYeliz Taneroglu1-2/+1
2014-09-24Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir1-19/+19
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman1-0/+3
2014-09-20staging: vt6655: buffer overflow in ioctlDan Carpenter1-0/+3
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches1-59/+48
2014-08-16staging: vt6655: hostap/ioctl/iwctl use struct vnt_privateMalcolm Priestley1-14/+15
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley1-5/+5
2014-07-27staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement1-23/+23
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement1-2/+0
2014-05-23staging: vt6655: Remove useless return variablesPeter Senna Tschudin1-6/+4
2014-05-16staging: vt6655: fix checkpatch bracing issuesGuido Martínez1-9/+7
2014-05-16staging: vt6655: remove dead codeGuido Martínez1-47/+0
2014-01-08vt6655: remove typedefs in wpactl.hMartin Hofmann1-1/+1
2013-12-03Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-1/+2
2013-11-25Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter1-1/+2
2013-11-10staging: vt6655: delete explicit comparison to boolTeodora Baluta1-6/+6
2013-10-18staging: vt6655:removed incorrect casting in hostap.cArchana kumari1-1/+1
2013-10-01staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctlJesper Juhl1-15/+10
2013-09-04staging: vt6655: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-05-30Staging: vt6655: add missing free_netdev() on error in hostap_enable_hostapd()Wei Yongjun1-0/+2
2013-05-18staging: vt6655: Use alloc_etherdev() for kzallocHema Prathaban1-1/+1
2013-05-16staging: vt6655: use free_netdev instead of kfreeHema Prathaban1-1/+1
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-26/+0
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-8/+4
2013-03-19staging:vt6655:hostap: Whitespace cleanupsJoe Perches1-333/+333
2012-10-23Staging: vt6655-6: shift wrap in hostap_set_encryption()Dan Carpenter1-3/+3
2012-09-05Staging: vt6655: using is_broadcast_ether_addr() to simplify the codeWei Yongjun1-6/+2
2012-07-09staging: vt6655: hostap.c: Remove all unused macrosMarcos Paulo de Souza1-6/+0
2011-03-14staging: vt6655: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-08-03Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-1/+1
2010-08-03Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-13/+13
2010-08-03Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-13/+13
2010-06-25Staging: vt6655: remove BYTE typedefCharles Clément1-5/+5
2010-06-25Staging: vt6655: remove WORD typedefCharles Clément1-2/+2
2010-06-25Staging: vt6655: remove DWORD typedefCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-6/+6
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-12Staging: Drop memory allocation castJulia Lawall1-2/+2
2010-05-11Staging: vt6655: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond1-4/+4
2009-09-15Staging: vt665x: Clean up include files, Part 2Jim Lieb1-19/+0
2009-09-15Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb1-2/+5
2009-09-15Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb1-37/+37
2009-09-15Staging: vt665x: 64bit compile fixes Part 1Jim Lieb1-3/+3
2009-09-15Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz1-29/+0
2009-06-19Staging: vt6655: use net_device_ops for management functionsForest Bond1-1/+6
2009-06-19Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond1-2/+4
2009-06-19Staging: Add pristine upstream vt6655 driver sourcesForest Bond1-0/+907