OSDN Git Service

Remove semaphore wrappers
[android-x86/external-modules-rtl8723au.git] / hal / usb_ops_linux.c
2013-12-03 Jes SorensenRemove semaphore wrappers
2013-12-03 Jes SorensenRemove spinlock wrapping
2013-12-03 Jes SorensenAnother round of malloc/free wrapper removal
2013-12-03 Jes SorensenRemove memcmp wrapper
2013-12-03 Jes SorensenRemove memset wrapper
2013-12-03 Jes SorensenRemove memcpy wrapper
2013-12-03 Jes SorensenRemove various pieces of non Linux code
2013-10-07 Larry Fingerrtl8723au: Fix skb leak in usb_read_port_complete()
2013-09-12 Larry Fingerrtl8723au: Fix smatch problems in hal/usb_ops_linux.c
2013-05-27 Larry Fingerrtl8723au: Upgrade to driver version v4.1.6_7336.20130426
2013-05-05 Larry FingerConvert __FUNCTION__ to __func__
2013-05-05 Larry FingerEnsure that there is a space between "else" and leading...
2013-05-05 Larry FingerMake certain that if, for, while, do, and switch have...
2013-05-05 Larry FingerRemove space before \n in formats
2013-04-16 Larry FingerRemove dead code due to CONFIG_USE_USB_BUFFER_ALLOC_RX...
2013-04-16 Larry FingerChange "PURB" to "struct urb *"
2013-04-16 Larry FingerReplace all "_pkt" with "struct sk_buff"
2013-03-29 Larry FingerAdd new files in flattened hal directory.