]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: wlags49_h2: Fix typo in staging/wlags49_h2 driver
authorMasanari Iida <standby24x7@gmail.com>
Mon, 27 Aug 2012 14:21:13 +0000 (23:21 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:16:26 +0000 (13:16 -0700)
Correct spelling typo in staging/wlags49_h2

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
drivers/staging/wlags49_h2/README.ubuntu
drivers/staging/wlags49_h2/hcfcfg.h
drivers/staging/wlags49_h2/hcfdef.h
drivers/staging/wlags49_h2/mdd.h
drivers/staging/wlags49_h2/wl_if.h
drivers/staging/wlags49_h2/wl_internal.h
drivers/staging/wlags49_h2/wl_main.c
drivers/staging/wlags49_h2/wl_netdev.c
drivers/staging/wlags49_h2/wl_pci.c
drivers/staging/wlags49_h2/wl_priv.c
drivers/staging/wlags49_h2/wl_profile.c
drivers/staging/wlags49_h2/wl_version.h
drivers/staging/wlags49_h2/wl_wext.c

index 5f1cfb8fd4277eb934141079407549716163c2fd..f1483c419a835bd925b08cf354dcfec349fd0ec5 100644 (file)
@@ -81,7 +81,7 @@ The linux driver files (wl_xxxx.c) are changed in the following ways:
 - Addaptations of Andrey Borzenkov applied to 7.22 source
 - Alterations to avoid most HCF_ASSERTs
 -- Switching interrupts off and on in the HCF
--- Bugfixes, things that were aparently wrong like reporting link status
+-- Bugfixes, things that were apparently wrong like reporting link status
    change which checked a variable that was not changed in HCF anymore.
 -- Used on WEP but setting keys via SIOCSIWENCODEEXT was not supported
 -- Recovery actions added
index 39fb4d326f659fde8f61e0383448b00e0fd61108..869b5c343a869f8e5a1d06c068f84cf029b06aa3 100644 (file)
@@ -21,7 +21,7 @@
 * hcfcfg.tpl list all #defines which must be specified to:
 *   adjust the HCF functions defined in HCF.C to the characteristics of a specific environment
 *              o maximum sizes for messages
-*              o Endianess
+*              o Endianness
 *      Compiler specific macros
 *              o port I/O macros
 *              o type definitions
index 30744e194a2316669a098b40a7e71928167249ab..74c0f713c57e7839b8f32cf77970d0eb62a27d69 100644 (file)
@@ -652,15 +652,15 @@ err: you used an invalid bitmask;
 #if 0 //get compiler going
 #if HCF_EX_INT_TICK != HREG_EV_TICK
 ;? out dated checking
-err: someone redefined these macros while the implemenation assumes they are equal;
+err: someone redefined these macros while the implementation assumes they are equal;
 #endif
 #if HCF_EX_INT_TX_OK != HFS_TX_CNTL_TX_OK || HFS_TX_CNTL_TX_OK != HREG_EV_TX_OK
 ;? out dated checking
-err: someone redefined these macros while the implemenation assumes they are equal;
+err: someone redefined these macros while the implementation assumes they are equal;
 #endif
 #if HCF_EX_INT_TX_EX != HFS_TX_CNTL_TX_EX || HFS_TX_CNTL_TX_EX != HREG_EV_TX_EX
 ;? out dated checking
-err: someone redefined these macros while the implemenation assumes they are equal;
+err: someone redefined these macros while the implementation assumes they are equal;
 #endif
 #endif // 0 get compiler going
 
index 5c3515f31a166b2442fab121d63b6fbeb6d4046c..48aa108be779056d1a326c09b5a2cd49ac939469 100644 (file)
@@ -844,13 +844,13 @@ XX1( CFG_SCAN,                                    SCAN_RS_STRCT, scan_result[32]           ) /*Scan results                                                                                       *
 
 
 #define HCF_SUCCESS                                    0x00    // OK
-#define HCF_ERR_TIME_OUT                       0x04    // Expected Hermes event did not occure in expected time
+#define HCF_ERR_TIME_OUT                       0x04    // Expected Hermes event did not occur in expected time
 #define HCF_ERR_NO_NIC                         0x05    /* card not found (usually yanked away during hcfio_in_string
                                                                                         * Also: card is either absent or disabled while it should be neither */
 #define HCF_ERR_LEN                                    0x08    /* buffer size insufficient
                                                                                         *                -     IFB_ConfigTable too small
                                                                                         *                -     hcf_get_info buffer has a size of 0 or 1 or less than needed
-                                                                                        *                      to accomodate all data
+                                                                                        *                      to accommodate all data
                                                                                         *                -     hcf_put_info: CFG_DLNV_DATA exceeds intermediate
                                                                                         *                buffer size */
 #define HCF_ERR_INCOMP_PRI                     0x09    // primary functions are not compatible
index 6a26130f5a3a13194043db76b168ff0e562c6728..6d66dabf032ca6a9ca2943400a519412c250ad7f 100644 (file)
@@ -95,7 +95,7 @@
 //              Manufacture ID: 0156,0003
 // Lowest measurment for noise floor seen is value 54
 // Highest signal strength in close proximity to the AP seen is value 118
-// Very good must be arround 100 (otherwise its never "full scale"
+// Very good must be around 100 (otherwise its never "full scale"
 // All other constants are derrived from these. This makes the signal gauge
 // work for me...
 #define HCF_MIN_SIGNAL_LEVEL        54
index 553601f48873be580ddc1037d16a4651a2217372..480814e9ae7f67c14d7e5320aba810cf31c1ee07 100644 (file)
@@ -11,7 +11,7 @@
  *
  *------------------------------------------------------------------------------
  *
- *   Header for defintions and macros internal to the drvier.
+ *   Header for definitions and macros internal to the drvier.
  *
  *------------------------------------------------------------------------------
  *
index 204107829577a84f35c9d17d6ae7a801452078ac..bb3733f2f781dcfa805d3f638bbb32e38f5dda15 100644 (file)
 #include <wl_pci.h>
 #endif  /* BUS_PCI */
 /*******************************************************************************
- *     macro defintions
+ *     macro definitions
  ******************************************************************************/
 #define VALID_PARAM(C) \
        { \
@@ -1627,7 +1627,7 @@ int wl_put_ltv( struct wl_private *lp )
                lp->ltvRecord.u.u16[0]  = CNV_INT_TO_LITTLE( lp->TxRateControl[0] );
 #endif  // WARP
 
-//;?skip temporarily to see whether the RID or something else is the probelm hcf_status = hcf_put_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord ));
+//;?skip temporarily to see whether the RID or something else is the problem hcf_status = hcf_put_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord ));
 
                DBG_TRACE( DbgInfo, "CFG_TX_RATE_CNTL 2.4GHz           : 0x%04x\n",
                                   lp->TxRateControl[0] );
index c936854d710d7114c4bb9d55fb1cdf549c39fb05..dde63279da56fb1773d182b4bf84466271d51408 100644 (file)
@@ -1251,7 +1251,7 @@ struct net_device * wl_device_alloc( void )
 
     netif_stop_queue( dev );
 
-    /* Allocate virutal devices for WDS support if needed */
+    /* Allocate virtual devices for WDS support if needed */
     WL_WDS_DEVICE_ALLOC( lp );
 
     DBG_LEAVE( DbgInfo );
index 0b31b01bd490f306f30e66a9dd73e469b4f9e0aa..457c7ed3707747b320097dc34174daca70bc8b2a 100644 (file)
@@ -385,7 +385,7 @@ int wl_adapter_is_open( struct net_device *dev )
  *  DESCRIPTION:
  *
  *      Registered in the pci_driver structure, this function is called when the
- *  PCI subsystem finds a new PCI device which matches the infomation contained
+ *  PCI subsystem finds a new PCI device which matches the information contained
  *  in the pci_device_id table.
  *
  *  PARAMETERS:
@@ -424,7 +424,7 @@ int __devinit wl_pci_probe( struct pci_dev *pdev,
  *  DESCRIPTION:
  *
  *      Registered in the pci_driver structure, this function is called when the
- *  PCI subsystem detects that a PCI device which matches the infomation
+ *  PCI subsystem detects that a PCI device which matches the information
  *  contained in the pci_device_id table has been removed.
  *
  *  PARAMETERS:
index f30e5ee4bca33bffe4c14deb156fd1723be00ee8..87e1e412312674567ad2a2c0e4cdfa7a46bdbb6a 100644 (file)
@@ -225,7 +225,7 @@ int wvlan_uil_connect( struct uilreq *urq, struct wl_private *lp )
  *
  *  DESCRIPTION:
  *
- *      Disonnect from the UIL after a request has been completed.
+ *      Disconnect from the UIL after a request has been completed.
  *
  *  PARAMETERS:
  *
index 0e49272bc7a8b163d929c984745a4632c8fba989..beabf5916df758bca98e43e43d6bb126e5d08bab 100644 (file)
@@ -910,7 +910,7 @@ int parse_mac_address(char *value, u_char *byte_array)
        memset(byte_field, '\0', 3);
 
        while (value[value_offset] != '\0') {
-               /* Skip over the colon chars seperating the bytes, if they exist */
+               /* Skip over the colon chars separating the bytes, if they exist */
                if (value[value_offset] == ':') {
                        value_offset++;
                        continue;
index 3deacfac9d25991888d1c571bfdad52c87a8f423..037b5266428cc421a9621a1ea99b7f51222e0a0b 100644 (file)
@@ -152,7 +152,7 @@ err: define bus type;
 
 
 /*******************************************************************************
- *  bus architechture specific defines, includes, etc.
+ *  bus architecture specific defines, includes, etc.
  ******************************************************************************/
 /*
  * There doesn't seem to be a difference for PCMCIA and PCI anymore, at least
index 7ff0a108da13b0580cf534c8c34e3dada455f5a6..7e6bad9273d7ebd737200a387014a2b306a75831 100644 (file)
@@ -2595,7 +2595,7 @@ static int wireless_set_scan(struct net_device *dev, struct iw_request_info *inf
        int                 retries = 0;
        /*------------------------------------------------------------------------*/
 
-       //;? Note: shows results as trace, retruns always 0 unless BUSY
+       //;? Note: shows results as trace, returns always 0 unless BUSY
 
        DBG_FUNC( "wireless_set_scan" );
        DBG_ENTER( DbgInfo );