Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-21 | rtlwifi: Modify some rtl8192ce routines for merging rtl8192cu | Larry Finger | 1 | -29/+29 | |
Modify some rtl8192ce routines for merging with rtl8192cu. In addition, remove some usage of Hungarian notation. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
2010-12-20 | rtlwifi: Fix use of mutex in interrupt code | Larry Finger | 1 | -2/+3 | |
A previous conversion from semaphoreto mutexes missed the fact that one of the semaphores was used in interrupt code. Fixed by changing to a spinlock. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
2010-12-16 | rtlwifi: Switch locking from semaphores to mutexes | Larry Finger | 1 | -2/+2 | |
Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
2010-12-15 | rtl8192ce: Add new driver | Larry Finger | 1 | -0/+492 | |
Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> |