Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: ath6kl: update TODO file / maintainers

This updates the TODO file to reflect new changes on development.

Cc: Joe Perches <joe@perches.com>
Cc: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Luis R. Rodriguez and committed by
Greg Kroah-Hartman
108160db 5352161f

+24 -7
+24 -7
drivers/staging/ath6kl/TODO
··· 1 - - The driver is a stop-gap measure until a proper mac80211 driver is available. 2 - - The driver does not conform to the Linux coding style. 3 - - The driver has been tested on a wide variety of embedded platforms running different versions of the Linux kernel but may still have bringup/performance issues with a new platform. 4 - - Pls use the following link to get information about the driver's architecture, exposed APIs, supported features, limitations, testing, hardware availability and other details. 5 - http://wireless.kernel.org/en/users/Drivers/ath6kl 6 - - Pls send any patches to 1 + TODO: 2 + 3 + We are working hard on cleaning up the driver. There's sooooooooo much todo 4 + so instead of editign this file please use the wiki: 5 + 6 + http://wireless.kernel.org/en/users/Drivers/ath6kl 7 + 8 + There's a respective TODO page there. Please also subscribe to the wiki page 9 + to get e-mail updates on changes. 10 + 11 + IRC: 12 + 13 + We *really* need to coordinate development for ath6kl as the cleanup 14 + patches will break pretty much any other patches. Please use IRC to 15 + help coordinate better: 16 + 17 + irc.freenode.net 18 + #ath6kl 19 + 20 + Send patches to: 21 + 7 22 - Greg Kroah-Hartman <greg@kroah.com> 8 - - Vipin Mehta <vmehta@atheros.com> 23 + - Luis R. Rodriguez <mcgrof@gmail.com> 24 + - Joe Perches <joe@perches.com> 25 + - Naveen Singh <nsingh@atheros.com>