staging: "winbond" Fix typos.
authorJustin P. Mattock <justinmattock@gmail.com>
Tue, 23 Oct 2012 06:22:22 +0000 (23:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 03:35:54 +0000 (20:35 -0700)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/winbond/mds.c
drivers/staging/winbond/wbhal.h

index 1b8b8ace39e0b5a733e80cb03814e2f40b718a77..43990e87d6416bdbfff4010df38ae496281481ff 100644 (file)
@@ -315,7 +315,7 @@ static void Mds_HeaderCopy(struct wbsoft_priv *adapter, struct wb35_descriptor *
 
        pT00->T00_tx_packet_id = pDes->Descriptor_ID; /* Set packet ID */
        pT00->T00_header_length = 24; /* Set header length */
-       pT01->T01_retry_abort_ebable = 1; /* 921013 931130.5.h */
+       pT01->T01_retry_abort_enable = 1; /* 921013 931130.5.h */
 
        /* Key ID setup */
        pT01->T01_wep_id = 0;
index 39e84a0d9729863457a9b439f987608b243a9955..289ee549146df7c7ae19e30399ac5fb8e442403e 100644 (file)
@@ -226,11 +226,11 @@ struct T01_descriptor {
                        u32     T01_add_challenge_text:1;
                        u32     T01_inhibit_crc:1;
                        u32     T01_loop_back_wep_mode:1;
-                       u32     T01_retry_abort_ebable:1;
+                       u32     T01_retry_abort_enable:1;
                };
 #else
                struct {
-                       u32     T01_retry_abort_ebable:1;
+                       u32     T01_retry_abort_enable:1;
                        u32     T01_loop_back_wep_mode:1;
                        u32     T01_inhibit_crc:1;
                        u32     T01_add_challenge_text:1;