Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[sfrench/cifs-2.6.git] / drivers / staging / rtl8723bs / TODO
1 TODO:
2 - find and remove code blocks guarded by never set CONFIG_FOO defines
3 - find and remove remaining code valid only for 5 GHz. Most of the obvious
4   ones have been removed, but things like channel > 14 still exist.
5 - find and remove any code for other chips that is left over
6 - convert any remaining unusual variable types
7 - find codes that can use %pM and %Nph formatting
8 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
9   of them will require refactoring
10 - merge Realtek's bugfixes and new features into the driver
11 - switch to use LIB80211
12 - switch to use MAC80211
13
14 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
15 Bastien Nocera <hadess@hadess.net>, Hans de Goede <hdegoede@redhat.com>
16 and Larry Finger <Larry.Finger@lwfinger.net>.