diff options
author | Xose Vazquez Perez <[email protected]> | 2016-03-14 15:50:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-03-22 22:22:13 -0400 |
commit | 586add48d4a627424ff996277fc47e4ee8c69126 (patch) | |
tree | ea0a10206873693cd06ac0a36d8e6f9964d04ae8 | |
parent | bb61000dfe58a1f49188a18214707a0852e8f60a (diff) |
staging: refresh TODO for rtl8712
People should not waste time and energy working on this staging driver.
At least four drivers were written for this hardware:
https://marc.info/?l=linux-wireless&m=138358275410975
And there is a replacement using the kernel wireless stack at:
https://github.com/chunkeey/rtl8192su
Also a fullmac/cfg80211 driver(r92su) is available.
Cc: Larry Finger <[email protected]>
Cc: Florian Schilhabel <[email protected]>
Cc: Christian Lamparter <[email protected]>
Cc: Joshua Roys <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Linux Driver Project Developer List <[email protected]>
Cc: Linux Wireless <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtl8712/TODO | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/rtl8712/TODO b/drivers/staging/rtl8712/TODO index d8dfe5bfe702..847c8c41f4f7 100644 --- a/drivers/staging/rtl8712/TODO +++ b/drivers/staging/rtl8712/TODO @@ -4,10 +4,10 @@ TODO: - switch to use MAC80211 - checkpatch.pl fixes - only a few remain -Please send any patches to Greg Kroah-Hartman <[email protected]>, -Larry Finger <[email protected]> and -Florian Schilhabel <[email protected]>. - - - +A replacement for this driver with MAC80211 support is available +at https://github.com/chunkeey/rtl8192su +Please send any patches to Greg Kroah-Hartman <[email protected]>, +Larry Finger <[email protected]>, +Florian Schilhabel <[email protected]> and +Linux Driver Project Developer List <[email protected]>. |