diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-23 09:13:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-23 09:39:11 -0800 |
commit | 8a95c8232835a2fe1820a38dab7336aafe423ee1 (patch) | |
tree | fc5573bb107612f7f058e025f56150346b1a9bd5 /drivers/staging/rtl8821ae/TODO | |
parent | fc856b803c1c91f778c63da2ce4f09bedd1bba71 (diff) |
Staging: rtl8821ae: add TODO file
List what needs to be done to this driver to get it merged to the
"proper" part of the kernel tree.
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae/TODO')
-rw-r--r-- | drivers/staging/rtl8821ae/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/rtl8821ae/TODO b/drivers/staging/rtl8821ae/TODO new file mode 100644 index 000000000000..3ee7529d4ed5 --- /dev/null +++ b/drivers/staging/rtl8821ae/TODO @@ -0,0 +1,10 @@ +Realtek 8821AE PCI wifi driver TODO: + - remove built-in btcoexist module when the "real" one gets upstream + - remove built-in rtlwifi code by porting driver to use the "real" one + in the drivers/net/ directory. + - fix up coding style issues + +Please send any patches for this driver to: + Greg Kroah-Hartman <gregkh@linuxfoundation.org> +and the <devel@driverdev.osuosl.org> mailing list. + |