OSDN Git Service

Use the kernel's atomic operations directly
[android-x86/external-modules-rtl8723au.git] / os_dep /
2013-12-06 Jes SorensenUse the kernel's atomic operations directly
2013-12-06 Jes SorensenRemoved WAPI nastiness
2013-12-06 Jes SorensenRemove incomplete Intel WIDI support code
2013-12-06 Jes SorensenRemove support for pre-2007 wireless extensions
2013-12-04 Jes SorensenRemove support for kernels older than 2.6.32
2013-12-04 Jes SorensenRemove pointless irqL typedef
2013-12-04 Jes SorensenRemove pointless list wrapping macros
2013-12-04 Jes SorensenRemove more duplicated ieee80211 definitions
2013-12-04 Jes SorensenRemove duplicate copy of ip header definitions/macros
2013-12-04 Jes SorensenRemove duplicate copy of if_ether.h and use the kernel...
2013-12-04 Jes SorensenStart removing duplicated ieee80211 definitions
2013-12-04 Larry Fingerrtl8723au: Remove CONFIG_USB_HCI
2013-12-04 Larry Fingerrtl8723au: Remove dead code associated with CONFIG_GSPI_HCI
2013-12-04 Larry Fingerrtl8723au: Remove dead code that depends on CONFIG_SDIO_HCI
2013-12-04 Larry Fingerrtl8723au: Remove dead code required for CONFIG_PCI_HCI
2013-12-03 Larry Fingerrtl8723au: Remove some trailing white space
2013-12-03 Jes SorensenRemove another set of unecessary typedefs
2013-12-03 Jes Sorensenint is signed - no point in inventing an unnecessary...
2013-12-03 Jes SorensenRemove more non Linux gibberish
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 custom Android hacks
2013-12-03 Jes SorensenRemove atoi implementation and use sscanf instead
2013-12-03 Jes SorensenRemove malloc debug hacks
2013-12-03 Jes SorensenRemove various pieces of non Linux code
2013-12-03 Jes SorensenRemove MP framework (Mass Production test code)
2013-12-02 Jes Sorensenrun through dos2unix
2013-12-02 Jes SorensenUse kmalloc/kfree and check return value of kmalloc()
2013-12-02 Jes SorensenUse kzalloc instead of rtw_kzmalloc
2013-12-02 Jes SorensenReplace rtw_mfree with kfree
2013-12-02 Jes SorensenUse kmalloc/kfree instead of wrapper macros
2013-12-02 Jes SorensenReplace malloc/free wrappers with proper kmalloc/kfree
2013-12-02 Jes SorensenRemove some more unnecessary platform code
2013-12-02 Jes SorensenRemove unused malloc2d/free2d
2013-12-02 Larry Fingerrtl8723au: Remove trailing white space from os_dep/*.c
2013-10-18 Larry Fingerrtl8723au: Set device type to wlan
2013-09-11 Larry Fingerrtl8723au: Fix smatch warning in os_dep/usb_intf.c
2013-09-11 Larry Fingerrtl8723au: Fix smatch errors/warnings in os_dep/osdep_s...
2013-09-11 Larry Fingerrtl8723au: Fix smatch errors and warnings in os_dep...
2013-09-09 Larry Fingerrtl8723ae: Fix some sparse warnings
2013-09-08 Larry Fingerrtl8723au: Remove byte order header
2013-09-01 Larry Fingerrtl8723au: Fix smatch warnings in os_dep/recv_linux.c
2013-08-16 Larry Fingerrtl8723au: Eliminate header file
2013-05-29 Larry Fingerrtl8723au: Remove special endian headers and use kernel...
2013-05-27 Larry Fingerrtl8723au: Upgrade to driver version v4.1.6_7336.20130426
2013-05-17 Larry Fingerrtl8723au: Make debug level be dynamic
2013-05-16 Larry Fingerrtl8723au: Make build more robust in the presence of...
2013-05-08 Larry FingerApply fixes to allow driver to build on kernel 3.9...
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 trailing white space
2013-04-16 Larry FingerRemove dead code due to CONFIG_USE_USB_BUFFER_ALLOC_RX...
2013-04-16 Larry FingerRemove dead code for chips other than 8723A
2013-04-16 Larry FingerRemove remaining dependence on CONFIG_XXX_HCI
2013-04-16 Larry FingerRemove dead code associated with CONFIG_GSPI_HCI not...
2013-04-16 Larry FingerRemove dead code used only when CONFIG_PCI_HDI is defined
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 files in directory os_dep.