aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-09-17 11:20:24 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-17 17:50:33 -0400
commit6d3616bb1902eaf9f096731fe06f9e5c033914b6 (patch)
tree4ee83174e780b261657c1db34877b414e37911f8
parent2b5d20db81276149d70db02be876511137a64b7f (diff)
staging: "wlags49_h25" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wlags49_h25/Kconfig2
-rw-r--r--drivers/staging/wlags49_h25/TODO8
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/wlags49_h25/Kconfig b/drivers/staging/wlags49_h25/Kconfig
index bf5664a51cd4..dd8dc4d62c64 100644
--- a/drivers/staging/wlags49_h25/Kconfig
+++ b/drivers/staging/wlags49_h25/Kconfig
@@ -8,4 +8,4 @@ config WLAGS49_H25
8 Driver for wireless cards using Agere's HERMES II.5 chipset 8 Driver for wireless cards using Agere's HERMES II.5 chipset
9 which are identified with Manufacture ID: 0156,0004 9 which are identified with Manufacture ID: 0156,0004
10 The software is a modified version of wl_lkm_722_abg.tar.gz 10 The software is a modified version of wl_lkm_722_abg.tar.gz
11 from the Agere Systems website, addapted for Ubuntu 9.04. 11 from the Agere Systems website, adapted for Ubuntu 9.04.
diff --git a/drivers/staging/wlags49_h25/TODO b/drivers/staging/wlags49_h25/TODO
index 94032b6ac2b5..ec71ad3245e4 100644
--- a/drivers/staging/wlags49_h25/TODO
+++ b/drivers/staging/wlags49_h25/TODO
@@ -1,4 +1,4 @@
1First of all, the best thing would be that this driver becomes obsolte by 1First of all, the best thing would be that this driver becomes obsolete by
2adding support for Hermes II and Hermes II.5 cards to the existing orinoco 2adding support for Hermes II and Hermes II.5 cards to the existing orinoco
3driver. The orinoco driver currently only supports Hermes I based cards. 3driver. The orinoco driver currently only supports Hermes I based cards.
4Since this will not happen by magic and has not happened until now this 4Since this will not happen by magic and has not happened until now this
@@ -10,11 +10,11 @@ list.
10 10
11TODO: 11TODO:
12 - verify against a Hermes II.5 card 12 - verify against a Hermes II.5 card
13 - verify with WPA encription (both with H2 and H2.5 cards) 13 - verify with WPA encryption (both with H2 and H2.5 cards)
14 - sometimes the card does not initialize correctly, retry mechanisms 14 - sometimes the card does not initialize correctly, retry mechanisms
15 are build in to catch most cases but not all 15 are build in to catch most cases but not all
16 - once the driver runs it is very stable, but I have the impression 16 - once the driver runs it is very stable, but I have the impression
17 some the crittical sections take to long 17 some the critical sections take to long
18 - the driver is split into a Hermes II and a Hermes II.5 part, it 18 - 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 19 would be nice to handle both with one module instead of two
20 - review by the wireless developer community 20 - review by the wireless developer community
@@ -25,7 +25,7 @@ TODO:
25DONE: 25DONE:
26 - verified against a Hermes II card (Thomson Speedtouch 110 PCMCIA 26 - verified against a Hermes II card (Thomson Speedtouch 110 PCMCIA
27 card) 27 card)
28 - verified with WEP encription 28 - verified with WEP encryption
29 29
30Please send any patches or complaints about this driver to Greg 30Please send any patches or complaints about this driver to Greg
31Kroah-Hartman <greg@kroah.com> and Cc: Henk de Groot <pe1dnn@amsat.org> 31Kroah-Hartman <greg@kroah.com> and Cc: Henk de Groot <pe1dnn@amsat.org>