summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/hostap.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: vt6656: use free_netdev instead of kfreeHema Prathaban1-1/+1
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-17/+0
2013-03-11staging: vt6656: replaced custom DWORD definition with u32Andres More1-1/+1
2013-03-11staging: vt6656: replaced custom WORD definition with u16Andres More1-1/+1
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-4/+4
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-12/+12
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-12/+12
2013-01-18staging: vt6656: datarate/dpc/hostap/power use new structures.Malcolm Priestley1-42/+41
2013-01-07staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley1-10/+8
2012-10-22Staging: vt6655-6: shift wrap in hostap_set_encryption()Dan Carpenter1-3/+3
2012-09-04Staging: vt6656: using is_broadcast_ether_addr() to simplify the codeWei Yongjun1-6/+2
2012-09-04staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-5/+5
2012-08-13staging: vt6656: don't leak 'param' in vt6656_hostap_ioctl() when returning -...Jesper Juhl1-6/+6
2012-07-09staging: vt6656: hostap.c: Remove commented codeMarcos Paulo de Souza1-43/+0
2012-07-09staging: vt6656: hostap.c: Remove unused macros and some useless commentsMarcos Paulo de Souza1-20/+0
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-05-18Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More1-7/+7
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: Drop memory allocation castJulia Lawall1-2/+2
2010-05-11Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond1-4/+4
2009-12-11Staging: vt6656 remove duplicate includesShawn Bohrer1-1/+0
2009-09-15Staging: vt665x: Clean up include files, Part 1Jim Lieb1-20/+0
2009-09-15Staging: vt665x: Text janitor in prep for driver mergeJim Lieb1-1/+1
2009-09-15Staging: vt665x: 64bit compile fixes Part 2Jim Lieb1-3/+3
2009-09-15Staging: vt6656: use net_device_ops for management functionsForest Bond1-1/+6
2009-09-15Staging: vt6656: Replace net_device->priv accesses with netdev_priv calls.Forest Bond1-1/+3
2009-09-15Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.Forest Bond1-0/+881