Gitweb: http://git.kernel.org/linus/100a538442b8efe1a4b3a3632b410685ebea49ec Commit: 100a538442b8efe1a4b3a3632b410685ebea49ec Parent: 612822f5dd1638de442cf50eb9da54632fba0e66 Author: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> AuthorDate: Wed Aug 12 14:54:04 2009 -0700 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Tue Sep 15 12:02:07 2009 -0700 Staging: vt6655: add TODO Cc: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/staging/vt6655/TODO | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/drivers/staging/vt6655/TODO b/drivers/staging/vt6655/TODO new file mode 100644 index 0000000..ae46c52 --- /dev/null +++ b/drivers/staging/vt6655/TODO @@ -0,0 +1,21 @@ +TODO: +- remove __cplusplus ifdefs +- prepare for merge with vt6656 driver: + - rename DEVICE_PRT() to DBG_PRT() + - share 80211*.h includes + - move code for channel mapping from card.c to channel.c + - split rf.c + - remove dead code + - abstract VT3253 chipset specific code +- add common vt665x infrastructure +- kill ttype.h +- switch to use LIB80211 +- switch to use MAC80211 +- use kernel coding style +- checkpatch.pl fixes +- sparse fixes +- integrate with drivers/net/wireless + +Please send any patches to Greg Kroah-Hartman <greg@kroah.com>, +Forest Bond <forest@alittletooquiet.net> and Bartlomiej Zolnierkiewicz +<bzolnier@gmail.com>. -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
