| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-03 | rtlwifi: Remove unused defines from cam.h | Priit Laes | 1 | -2/+0 | |
| Signed-off-by: Priit Laes <[email protected]> Signed-off-by: Kalle Valo <[email protected]> | |||||
| 2014-09-26 | rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new drivers | Larry Finger | 1 | -7/+3 | |
| Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
| 2013-09-24 | rtlwifi: Remove extern from function prototypes | Joe Perches | 1 | -5/+5 | |
| There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <[email protected]> | |||||
| 2012-01-24 | rtlwifi: Update copyright dates | Larry Finger | 1 | -1/+1 | |
| Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
| 2011-04-26 | rtlwifi: Change cam routines for addition of rtl8192se and rtl8192de | Chaoming_Li | 1 | -1/+4 | |
| Change cam routines for addition of RTL8192SE and RTL8192DE code Signed-off-by: Chaoming_Li <[email protected]> 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/+53 | |
| Signed-off-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||