summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-01 10:15:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-01 10:15:42 +0200
commitef4a0c3173736a957d1495e9a706d7e7e3334613 (patch)
treea0711ca812cb14972b4b767711bf483789152c92 /drivers/staging/rtlwifi/TODO
parent39e8046240e2b1a4c2e431e08a3356abce93cf35 (diff)
downloadlinux-ef4a0c3173736a957d1495e9a706d7e7e3334613.tar.bz2
staging: rtlwifi: delete the staging driver
A "real" driver for this hardware is now in the wireless-drivers-next tree, to be merged in the next major kernel release, so this staging driver can now be deleted as it is not needed anymore. Note, 2 .h files remain for this driver, as they are referenced in a separate staging driver. That mess will be cleaned up in a follow-on patch. Cc: Ping-Ke Shih <pkshih@realtek.com> Cc: Tzu-En Huang <tehuang@realtek.com> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Stanislaw Gruszka <sgruszka@redhat.com> Cc: Brian Norris <briannorris@chromium.org> Cc: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/TODO')
-rw-r--r--drivers/staging/rtlwifi/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/rtlwifi/TODO b/drivers/staging/rtlwifi/TODO
deleted file mode 100644
index 4a084f2fc5d0..000000000000
--- a/drivers/staging/rtlwifi/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-TODO:
-- find and remove code blocks guarded by never set CONFIG_FOO defines
-- 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
-- address any reviewers comments
-
-Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
-and Larry Finger <Larry.Finger@lwfinger.net>.