staging: vt6656: Fix typo in vt6656

Correct spelling typo in staging/vt6656

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Masanari Iida 2012-08-13 21:21:50 +09:00 committed by Greg Kroah-Hartman
parent a13aa83c6b
commit 931846901c
4 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
* Date: Feb. 19, 2004 * Date: Feb. 19, 2004
* *
* Functions: * Functions:
* IFRFbWriteEmbeded - Embeded write RF register via MAC * IFRFbWriteEmbeded - Embedded write RF register via MAC
* *
* Revision History: * Revision History:
* *
@ -711,7 +711,7 @@ const BYTE RFaby11aChannelIndex[200] = {
/*--------------------- Export Functions --------------------------*/ /*--------------------- Export Functions --------------------------*/
/* /*
* Description: Write to IF/RF, by embeded programming * Description: Write to IF/RF, by embedded programming
* *
* Parameters: * Parameters:
* In: * In:

View File

@ -987,7 +987,7 @@ s_vFillRTSHead (
uRTSFrameLen -= 4; uRTSFrameLen -= 4;
} }
// Note: So far RTSHead dosen't appear in ATIM & Beacom DMA, so we don't need to take them into account. // Note: So far RTSHead doesn't appear in ATIM & Beacom DMA, so we don't need to take them into account.
// Otherwise, we need to modified codes for them. // Otherwise, we need to modified codes for them.
if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) { if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) {
if (byFBOption == AUTO_FB_NONE) { if (byFBOption == AUTO_FB_NONE) {
@ -2770,7 +2770,7 @@ int nsDMA_tx_packet(PSDevice pDevice, unsigned int uDMAIdx, struct sk_buff *skb)
pMgmt->abyPSTxMap[0] |= byMask[0]; pMgmt->abyPSTxMap[0] |= byMask[0];
return 0; return 0;
} }
// muticast/broadcast data rate // multicast/broadcast data rate
if (pDevice->byBBType != BB_TYPE_11A) if (pDevice->byBBType != BB_TYPE_11A)
pDevice->wCurrentRate = RATE_2M; pDevice->wCurrentRate = RATE_2M;

View File

@ -751,7 +751,7 @@ void vRunCommand(void *hDeviceContext)
pDevice->nTxDataTimeCout = 0; pDevice->nTxDataTimeCout = 0;
} }
else { else {
// printk("mike:-->First time triger TimerTxData InSleep\n"); // printk("mike:-->First time trigger TimerTxData InSleep\n");
} }
pDevice->IsTxDataTrigger = TRUE; pDevice->IsTxDataTrigger = TRUE;
add_timer(&pDevice->sTimerTxData); add_timer(&pDevice->sTimerTxData);

View File

@ -54,7 +54,7 @@
* bMgrPrepareBeaconToSend - Prepare Beacon frame * bMgrPrepareBeaconToSend - Prepare Beacon frame
* s_vMgrLogStatus - Log 802.11 Status * s_vMgrLogStatus - Log 802.11 Status
* vMgrRxManagePacket - Rcv management frame dispatch function * vMgrRxManagePacket - Rcv management frame dispatch function
* s_vMgrFormatTIM- Assember TIM field of beacon * s_vMgrFormatTIM- Assembler TIM field of beacon
* vMgrTimerInit- Initial 1-sec and command call back funtions * vMgrTimerInit- Initial 1-sec and command call back funtions
* *
* Revision History: * Revision History:
@ -2032,7 +2032,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==TRUE)
} }
// //
// Preamble may change dynamiclly // Preamble may change dynamically
// //
byOldPreambleType = pDevice->byPreambleType; byOldPreambleType = pDevice->byPreambleType;
if (WLAN_GET_CAP_INFO_SHORTPREAMBLE(pBSSList->wCapInfo)) { if (WLAN_GET_CAP_INFO_SHORTPREAMBLE(pBSSList->wCapInfo)) {
@ -2044,7 +2044,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==TRUE)
if (pDevice->byPreambleType != byOldPreambleType) if (pDevice->byPreambleType != byOldPreambleType)
CARDvSetRSPINF(pDevice, (BYTE)pDevice->byBBType); CARDvSetRSPINF(pDevice, (BYTE)pDevice->byBBType);
// //
// Basic Rate Set may change dynamiclly // Basic Rate Set may change dynamically
// //
if (pBSSList->eNetworkTypeInUse == PHY_TYPE_11B) { if (pBSSList->eNetworkTypeInUse == PHY_TYPE_11B) {
uRateLen = WLAN_RATES_MAXLEN_11B; uRateLen = WLAN_RATES_MAXLEN_11B;