- 24 Aug, 2011 38 commits
-
-
Larry Finger authored
This patch also removes an "#if 1 .... #endif" that survived an earlier edit. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
This configuration parameter is selected in the Makefile, thus the conditional code can be removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
This configuration variable is set in the make file. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
This driver uses RX skb's of O(2), thus it is possible for memory fragmentation to prevent the allocation of a new one to replace a newly-received buffer. When such a failure occurs, the kernel panics. The fix is to drop an incoming packet whenever such an allocation fails. This fix matches the one done in rtlwifi for other Realtek PCI devices. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
One too many lines were removed in an earlier patch. Rather than resubmit as a V2, this line is added back here. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Now that the code can only generate a driver for RTL8192E, the internal ifdef's are no longer needed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
The vendor code will generate several different drivers. Eliminate code used to generate code for the RTL8192SU devices. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
The vendor code will generate several different drivers. As the RTL8192CE is covered by a mac80211 driver in mainline, eliminate that code here. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
The vendor code will generate several different drivers. As the RTL8192SE is covered by a mac80211 driver in mainline, eliminate that code heere. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
The vendor code can conditionally generate drivers for a number of devices. Remove any code that depends on RTL8190P being set. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Mike McCormack authored
Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Mike McCormack authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Mike McCormack <mikem@ring3k.org>
-
Larry Finger authored
[PATCH 1/8] rtl8192e: Import new version of driver from realtek Signed-off-by: wlanfae <wlanfae@realtek.com> Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> ---
-
- 23 Aug, 2011 1 commit
-
-
- 22 Aug, 2011 1 commit
-
-
Linus Torvalds authored
-