blob: f1a45611b236f4d88b963240de42a4197189f1ca [file] [log] [blame]
Justin P. Mattock86f91502012-09-10 16:01:27 -07001First of all, the best thing would be that this driver becomes obsolete by
Henk de Groota6f95b6e2009-10-28 23:43:55 +01002adding support for Hermes II and Hermes II.5 cards to the existing orinoco
3driver. The orinoco driver currently only supports Hermes I based cards.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004Since this will not happen by magic and has not happened until now this
Henk de Groota6f95b6e2009-10-28 23:43:55 +01005driver provides a stop-gap solution for these type of cards.
6
7Having said that, the following wishlist comes to mind to make the driver
8suitable as fully supported kernel driver. Feel free to expand/enhance the
9list.
10
11TODO:
12 - verify against a Hermes II.5 card
Justin P. Mattock86f91502012-09-10 16:01:27 -070013 - verify with WPA encryption (both with H2 and H2.5 cards)
Henk de Groota6f95b6e2009-10-28 23:43:55 +010014 - sometimes the card does not initialize correctly, retry mechanisms
Justin P. Mattock86f91502012-09-10 16:01:27 -070015 are built in to catch most cases but not all
Henk de Groota6f95b6e2009-10-28 23:43:55 +010016 - once the driver runs it is very stable, but I have the impression
Justin P. Mattock86f91502012-09-10 16:01:27 -070017 that some of the critical sections take some time.
Henk de Groota6f95b6e2009-10-28 23:43:55 +010018 - the driver is split into a Hermes II and a Hermes II.5 part, it
19 would be nice to handle both with one module instead of two
20 - review by the wireless developer community
Lucas De Marchi25985ed2011-03-30 22:57:33 -030021 - verify the code against the coding standards for a proper linux
Henk de Groota6f95b6e2009-10-28 23:43:55 +010022 driver
23 - resolve license issues (?)
24
25DONE:
26 - verified against a Hermes II card (Thomson Speedtouch 110 PCMCIA
27 card)
Justin P. Mattock86f91502012-09-10 16:01:27 -070028 - verified with WEP encryption
Henk de Groota6f95b6e2009-10-28 23:43:55 +010029
30Please send any patches or complaints about this driver to Greg
31Kroah-Hartman <greg@kroah.com> and Cc: Henk de Groot <pe1dnn@amsat.org>
32Don't bother the upstream wireless kernel developers about it, they
33want nothing to do with it.