summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/TODO
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-08-22 03:34:15 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-22 17:20:31 (GMT)
commitb63c05394f3fe9ae547e1fa9df30f1ba0bcdabb4 (patch)
tree7b66eda1da50c0ad4fdee2211f932eee19ac38a7 /drivers/staging/rtl8188eu/TODO
parent9a602711878714d71209e89ea3510929a5de6ee5 (diff)
downloadlinux-b63c05394f3fe9ae547e1fa9df30f1ba0bcdabb4.tar.xz
staging: r8188eu: Turn on build of new driver
This commit modifies drivers/staging/Makefile, and adds the drivers/staging/rtl8188eu/Makefile. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/TODO')
-rw-r--r--drivers/staging/rtl8188eu/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/TODO b/drivers/staging/rtl8188eu/TODO
new file mode 100644
index 0000000..e50aa50
--- /dev/null
+++ b/drivers/staging/rtl8188eu/TODO
@@ -0,0 +1,15 @@
+TODO:
+- find and remove remaining code valid only for 5 HGz. Most of the obvious
+ ones have been removed, but things like channel > 14 still exist.
+- find and remove any code for other chips that is left over
+- convert to external firmware
+- convert any remaining unusual variable types
+- find codes that can use %pM and %Nph formatting
+- checkpatch.pl fixes - most of the remaining ones are lines too long. Many
+ of them will require refactoring
+- merge Realtek's bugfixes and new features into the driver
+- switch to use LIB80211
+- switch to use MAC80211
+
+Please send any patches to Greg Kroah-Hartman <gregkh@linux.com>,
+and Larry Finger <Larry.Finger@lwfinger.net>.