diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2017-08-17 12:46:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-20 11:13:12 -0700 |
commit | 5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6 (patch) | |
tree | 377ea28151830151462eb27b4c119a4f61995f1b /drivers/staging/rtlwifi/TODO | |
parent | 7e5b796cde7ed4f4edc242549b9585a78dac978d (diff) |
staging: r8822be: Add Makefiles and Kconfig for new driver
The RTL8822BE, an 802.11ac wireless network card, is now appearing in
new computers. Its driver is being placed in staging to reduce the time
that users of this new card will have access to in-kernel drivers.
This commit enables building of the new driver. For this version, all
routines are built into a single module r8822be. When this driver is
moved to the wireless tree, halmac, phydm, and rtl8822be will become
new modules.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Ping-Ke Shih <pkshih@realtek.com>
Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/TODO')
-rw-r--r-- | drivers/staging/rtlwifi/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/rtlwifi/TODO b/drivers/staging/rtlwifi/TODO new file mode 100644 index 000000000000..52a85cdf453c --- /dev/null +++ b/drivers/staging/rtlwifi/TODO @@ -0,0 +1,11 @@ +TODO: +- 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 +- 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 +- fix any reviewer's comments regarding movin the driver to drivers/net/wireless + +Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>, +and Larry Finger <Larry.Finger@lwfinger.net>. |