index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
/
wpactl.c
Age
Commit message (
Expand
)
Author
2013-03-25
staging: vt6656: remove code placeholders
Andres More
2013-03-11
staging: vt6656: replaced custom DWORD definition with u32
Andres More
2013-03-11
staging: vt6656: replaced custom BYTE definition with u8
Andres More
2013-02-15
staging: vt6656: replaced custom TRUE definition with true
Andres More
2013-02-15
staging: vt6656: replaced custom FALSE definition with false
Andres More
2013-01-07
staging: vt6656: channel/control/firmware/int/usbpipe to new structures
Malcolm Priestley
2013-01-07
staging: vt6656: Remove QWORD from source and replace with u64.
Malcolm Priestley
2012-11-26
staging: vt6656: wpa_set_keys remove fcpfkernel
Malcolm Priestley
2012-11-26
staging: vt6656: dead code removal : wpactl.c/h
Malcolm Priestley
2012-09-04
staging "vt6656" Fix typos in comments, and in a printk message.
Justin P. Mattock
2012-02-09
staging, vt6656/wpactl.c: Fix mem leak in wpa_ioctl()
Jesper Juhl
2012-02-09
staging, vt6656/wpactl.c: A basic style cleanup
Jesper Juhl
2011-09-29
Staging: vt6656: potential memory corruption
Dan Carpenter
2011-04-25
staging: Remove unnecessary semicolons when switch (foo) {...};
Joe Perches
2011-04-25
staging: Remove unnecessary semicolons when for (foo) {...};
Joe Perches
2011-04-25
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
2011-03-14
staging: vt6656: Remove NULL check before kfree
Ilia Mirkin
2010-08-31
staging: vt6656: removed not useful comments
Andres More
2010-06-24
staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr
Andres More
2010-06-23
Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addr
Andres More
2010-06-18
Staging: vt6656: code cleanup, fixed 'for' statements
Andres More
2010-05-14
Staging: Use kcalloc or kzalloc
Julia Lawall
2010-05-11
Staging: Drop memory allocation cast
Julia Lawall
2010-05-11
staging: vt6656: code cleanup, removed HANDLE definition in ttype.h
Andres More
2010-05-11
Staging: vt6656: incorporated ETH_ALEN macro instead of custom one
Andres More
2009-09-15
Staging: vt665x: Clean up include files, Part 1
Jim Lieb
2009-09-15
Staging: vt6656: Replace net_device->priv accesses with netdev_priv calls.
Forest Bond
2009-09-15
Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.
Forest Bond