summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/wpactl.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-29staging: vt6656: remove consecutive newlinesAndres More1-8/+0
2013-03-25staging: vt6656: remove code placeholdersAndres More1-5/+0
2013-03-11staging: vt6656: replaced custom DWORD definition with u32Andres More1-2/+2
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-8/+8
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-7/+7
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-2/+2
2013-01-07staging: vt6656: channel/control/firmware/int/usbpipe to new structuresMalcolm Priestley1-2/+2
2013-01-07staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley1-6/+6
2012-11-27staging: vt6656: wpa_set_keys remove fcpfkernelMalcolm Priestley1-25/+3
2012-11-27staging: vt6656: dead code removal : wpactl.c/hMalcolm Priestley1-636/+0
2012-09-05staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-3/+3
2012-02-09staging, vt6656/wpactl.c: Fix mem leak in wpa_ioctl()Jesper Juhl1-0/+1
2012-02-09staging, vt6656/wpactl.c: A basic style cleanupJesper Juhl1-518/+418
2011-09-30Staging: vt6656: potential memory corruptionDan Carpenter1-3/+15
2011-04-26staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-26staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches1-2/+2
2011-04-26staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-2/+2
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-08-31staging: vt6656: removed not useful commentsAndres More1-4/+2
2010-06-25staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More1-1/+1
2010-06-24Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addrAndres More1-3/+2
2010-06-18Staging: vt6656: code cleanup, fixed 'for' statementsAndres More1-3/+2
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-12Staging: Drop memory allocation castJulia Lawall1-1/+1
2010-05-12staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More1-7/+11
2010-05-11Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More1-1/+1
2009-09-15Staging: vt665x: Clean up include files, Part 1Jim Lieb1-22/+0
2009-09-15Staging: vt6656: Replace net_device->priv accesses with netdev_priv calls.Forest Bond1-2/+4
2009-09-15Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.Forest Bond1-0/+1028