Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtlwifi: Eliminate udelay calls with too large values | Willy Tarreau | 2011-02-23 | 1 | -18/+0 |
| | | | | | | | | | | | On ARM, compilation of rtlwifi/efuse.c fails with the message: ERROR: "__bad_udelay" [drivers/net/wireless/rtlwifi/rtlwifi.ko] undefined! On inspection, the faulty calls are in routine efuse_reset_loader(), a routine that is never used, and the faulty routine is deleted. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||||
* | rtlwifi: Fix firmware upload errors | Chaoming Li | 2011-01-27 | 1 | -20/+20 |
| | | | | | | | | | | When the source code from Realtek was prepared for kernel inclusion, some routines were refactored to reduce the level of indentation. This patch repairs errors introduced in that process. Signed-off-by: Chaoming Li <chaoming_li@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||||
* | rtl8192ce: Add new driver | Larry Finger | 2010-12-15 | 1 | -0/+1189 |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> |