summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/hostap.c
Commit message (Expand)AuthorAgeFilesLines
* vt6655: remove typedefs in wpactl.hMartin Hofmann2014-01-081-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-101-6/+6
|/
* staging: vt6655:removed incorrect casting in hostap.cArchana kumari2013-10-171-1/+1
* staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctlJesper Juhl2013-09-301-15/+10
* staging: vt6655: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-031-1/+1
* Staging: vt6655: add missing free_netdev() on error in hostap_enable_hostapd()Wei Yongjun2013-05-301-0/+2
* staging: vt6655: Use alloc_etherdev() for kzallocHema Prathaban2013-05-171-1/+1
* staging: vt6655: use free_netdev instead of kfreeHema Prathaban2013-05-161-1/+1
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-26/+0
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-8/+4
* staging:vt6655:hostap: Whitespace cleanupsJoe Perches2013-03-181-333/+333
* Staging: vt6655-6: shift wrap in hostap_set_encryption()Dan Carpenter2012-10-221-3/+3
* Staging: vt6655: using is_broadcast_ether_addr() to simplify the codeWei Yongjun2012-09-041-6/+2
* staging: vt6655: hostap.c: Remove all unused macrosMarcos Paulo de Souza2012-07-091-6/+0
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-1/+1
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-13/+13
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-13/+13
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-5/+5
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-2/+2
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-2/+2
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-181-6/+6
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-141-2/+1
* Staging: Drop memory allocation castJulia Lawall2010-05-111-2/+2
* Staging: vt6655: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond2010-05-111-4/+4
* Staging: vt665x: Clean up include files, Part 2Jim Lieb2009-09-151-19/+0
* Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb2009-09-151-2/+5
* Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb2009-09-151-37/+37
* Staging: vt665x: 64bit compile fixes Part 1Jim Lieb2009-09-151-3/+3
* Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz2009-09-151-29/+0
* Staging: vt6655: use net_device_ops for management functionsForest Bond2009-06-191-1/+6
* Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond2009-06-191-2/+4
* Staging: Add pristine upstream vt6655 driver sourcesForest Bond2009-06-191-0/+907