Staging: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / staging / rtl8192e / r8192E_core.c
index b0802a7..ff8fe7e 100644 (file)
@@ -1041,7 +1041,7 @@ static void rtl8192_tx_isr(struct net_device *dev, int prio)
         tx_desc_819x_pci *entry = &ring->desc[ring->idx];
         struct sk_buff *skb;
 
-        /* beacon packet will only use the first descriptor defautly,
+        /* beacon packet will only use the first descriptor defaultly,
          * and the OWN may not be cleared by the hardware
          * */
         if(prio != BEACON_QUEUE) {
@@ -2562,7 +2562,7 @@ static void rtl8192_read_eeprom_info(struct net_device* dev)
                priv->bTXPowerDataReadFromEEPORM = false;
        }
 
-       // 2007/11/15 MH 8190PCI Default=2T4R, 8192PCIE dafault=1T2R
+       // 2007/11/15 MH 8190PCI Default=2T4R, 8192PCIE default=1T2R
        priv->rf_type = RTL819X_DEFAULT_RF_TYPE;
 
        if(priv->card_8192_version > VERSION_8190_BD)
@@ -3554,7 +3554,7 @@ void rtl8192_prepare_beacon(struct r8192_priv *priv)
        //spin_lock_irqsave(&priv->tx_lock,flags);
        /* prepare misc info for the beacon xmit */
        tcb_desc->queue_index = BEACON_QUEUE;
-       /* IBSS does not support HT yet, use 1M defautly */
+       /* IBSS does not support HT yet, use 1M defaultly */
        tcb_desc->data_rate = 2;
        tcb_desc->RATRIndex = 7;
        tcb_desc->bTxDisableRateFallBack = 1;