Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175233
b: refs/heads/master
c: 06aea99
h: refs/heads/master
i:
  175231: c8826b7
v: v3
  • Loading branch information
Sebastian Dalfuß authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent c6c33bd commit f07571a
Show file tree
Hide file tree
Showing 28 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 956cd45d03efd10f8b780d54b6e5e28d0afc2ef9
refs/heads/master: 06aea994cf03ec589b198ff718ae7fee4ec41659
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/common/ba_action.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ static void ba_enqueue_reordering_packet(struct rt_rtmp_adapter *pAd,
NdisReleaseSpinLock(&pBAEntry->RxReRingLock);
} else {
DBGPRINT(RT_DEBUG_ERROR,
("!!! (%d) Can't allocate reordering mpdu blk\n",
(" (%d) Can't allocate reordering mpdu blk\n",
pBAEntry->list.qlen));

/*
Expand Down Expand Up @@ -1542,7 +1542,7 @@ void Indicate_AMPDU_Packet(struct rt_rtmp_adapter *pAd,
}
pBAEntry = &pAd->BATable.BARecEntry[Idx];
} else {
/* impossible !!! */
/* impossible ! */
ASSERT(0);
/* release packet */
RELEASE_NDIS_PACKET(pAd, pRxBlk->pRxPacket,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ void AES_GTK_KEY_UNWRAP(u8 * key,

if (R == NULL) {
DBGPRINT(RT_DEBUG_ERROR,
("!!!AES_GTK_KEY_UNWRAP: no memory!!!\n"));
("AES_GTK_KEY_UNWRAP: no memory!\n"));
return;
}
/* End of if */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_asic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ void AsicSwitchChannel(struct rt_rtmp_adapter *pAd, u8 Channel, IN BOOLEAN bScan
void AsicResetBBPAgent(struct rt_rtmp_adapter *pAd)
{
BBP_CSR_CFG_STRUC BbpCsr;
DBGPRINT(RT_DEBUG_ERROR, ("Reset BBP Agent busy bit.!! \n"));
DBGPRINT(RT_DEBUG_ERROR, ("Reset BBP Agent busy bit!\n"));
/* Still need to find why BBP agent keeps busy, but in fact, hardware still function ok. Now clear busy first. */
RTMP_IO_READ32(pAd, H2M_BBP_AGENT, &BbpCsr.word);
BbpCsr.field.Busy = 0;
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rt2860/common/cmm_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ int MlmeHardTransmitMgmtRing(struct rt_rtmp_adapter *pAd,
&& (pAd->CommonCfg.bIEEE80211H == 1)
&& (pAd->CommonCfg.RadarDetect.RDMode != RD_NORMAL_MODE)) {
DBGPRINT(RT_DEBUG_ERROR,
("MlmeHardTransmit --> radar detect not in normal mode !!!\n"));
("MlmeHardTransmit --> radar detect not in normal mode!\n"));
/* if (!IrqState) */
RTMP_SEM_UNLOCK(&pAd->MgmtRingLock);
return (NDIS_STATUS_FAILURE);
Expand Down Expand Up @@ -964,7 +964,7 @@ u16 RTMPCalcDuration(struct rt_rtmp_adapter *pAd, u8 Rate, unsigned long Size)
IRQL = PASSIVE_LEVEL
IRQL = DISPATCH_LEVEL
See also : BASmartHardTransmit() !!!
See also : BASmartHardTransmit() !
========================================================================
*/
Expand Down Expand Up @@ -1708,7 +1708,7 @@ BOOLEAN MacTableDeleteEntry(struct rt_rtmp_adapter *pAd,
pProbeEntry = pProbeEntry->pNext;
} while (pProbeEntry);

/* not found !!! */
/* not found ! */
ASSERT(pProbeEntry != NULL);

RTMP_STA_ENTRY_KEY_DEL(pAd, BSS0, wcid);
Expand All @@ -1729,7 +1729,7 @@ BOOLEAN MacTableDeleteEntry(struct rt_rtmp_adapter *pAd,
pAd->MacTab.Size));
} else {
DBGPRINT(RT_DEBUG_OFF,
("\n%s: Impossible Wcid = %d !!!!!\n",
("\n%s: Impossible Wcid = %d !\n",
__func__, wcid));
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_data_2860.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ VOID RT28xxPciStaAsicForceWakeup(
AutoWakeupCfg.word = 0;
RTMP_IO_WRITE32(pAd, AUTO_WAKEUP_CFG, AutoWakeupCfg.word);

// If this is called from Halt. ALWAYS force wakeup!!!
// If this is called from Halt. ALWAYS force wakeup!
if (Level == RTMP_HALT)
{
RT28xxPciAsicRadioOn(pAd, RTMP_HALT);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_data_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ int MlmeHardTransmitTxRing(struct rt_rtmp_adapter *pAd,
&& (pAd->CommonCfg.bIEEE80211H == 1)
&& (pAd->CommonCfg.RadarDetect.RDMode != RD_NORMAL_MODE)) {
DBGPRINT(RT_DEBUG_ERROR,
("MlmeHardTransmit --> radar detect not in normal mode !!!\n"));
("MlmeHardTransmit --> radar detect not in normal mode!\n"));
/*NdisReleaseSpinLock(&pAd->TxRingLock); */
return (NDIS_STATUS_FAILURE);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_mac_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ void RT28xxPciMlmeRadioOFF(struct rt_rtmp_adapter *pAd)

if (brc == FALSE) {
DBGPRINT(RT_DEBUG_ERROR,
("%s call RT28xxPciAsicRadioOff fail !!\n",
("%s call RT28xxPciAsicRadioOff fail!\n",
__func__));
}
}
Expand Down
22 changes: 11 additions & 11 deletions trunk/drivers/staging/rt2860/common/cmm_mac_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
/*Allocate URB */
LM_USB_ALLOC(pObj, pHTTXContext, struct rt_httx_buffer *,
sizeof(struct rt_httx_buffer), Status,
("<-- ERROR in Alloc TX TxContext[%d] urb!! \n",
("<-- ERROR in Alloc TX TxContext[%d] urb!\n",
acidx), done,
("<-- ERROR in Alloc TX TxContext[%d] struct rt_httx_buffer !! \n",
("<-- ERROR in Alloc TX TxContext[%d] struct rt_httx_buffer!\n",
acidx), out1);

NdisZeroMemory(pHTTXContext->TransferBuffer->
Expand Down Expand Up @@ -259,7 +259,7 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
pMLMEContext->pUrb = RTUSB_ALLOC_URB(0);
if (pMLMEContext->pUrb == NULL) {
DBGPRINT(RT_DEBUG_ERROR,
("<-- ERROR in Alloc TX MLMEContext[%d] urb!! \n",
("<-- ERROR in Alloc TX MLMEContext[%d] urb!\n",
i));
Status = NDIS_STATUS_RESOURCES;
goto out2;
Expand Down Expand Up @@ -296,9 +296,9 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
/*Allocate URB */
LM_USB_ALLOC(pObj, pBeaconContext, struct rt_tx_buffer *,
sizeof(struct rt_tx_buffer), Status,
("<-- ERROR in Alloc TX BeaconContext[%d] urb!! \n",
("<-- ERROR in Alloc TX BeaconContext[%d] urb!\n",
i), out2,
("<-- ERROR in Alloc TX BeaconContext[%d] struct rt_tx_buffer !! \n",
("<-- ERROR in Alloc TX BeaconContext[%d] struct rt_tx_buffer!\n",
i), out3);

pBeaconContext->pAd = pAd;
Expand All @@ -315,9 +315,9 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
/*Allocate URB */
LM_USB_ALLOC(pObj, pNullContext, struct rt_tx_buffer *, sizeof(struct rt_tx_buffer),
Status,
("<-- ERROR in Alloc TX NullContext urb!! \n"),
("<-- ERROR in Alloc TX NullContext urb!\n"),
out3,
("<-- ERROR in Alloc TX NullContext struct rt_tx_buffer !! \n"),
("<-- ERROR in Alloc TX NullContext struct rt_tx_buffer!\n"),
out4);

pNullContext->pAd = pAd;
Expand All @@ -333,9 +333,9 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
/*Allocate URB */
LM_USB_ALLOC(pObj, pRTSContext, struct rt_tx_buffer *, sizeof(struct rt_tx_buffer),
Status,
("<-- ERROR in Alloc TX RTSContext urb!! \n"),
("<-- ERROR in Alloc TX RTSContext urb!\n"),
out4,
("<-- ERROR in Alloc TX RTSContext struct rt_tx_buffer !! \n"),
("<-- ERROR in Alloc TX RTSContext struct rt_tx_buffer!\n"),
out5);

pRTSContext->pAd = pAd;
Expand All @@ -350,9 +350,9 @@ int NICInitTransmit(struct rt_rtmp_adapter *pAd)
/*Allocate URB */
LM_USB_ALLOC(pObj, pPsPollContext, struct rt_tx_buffer *,
sizeof(struct rt_tx_buffer), Status,
("<-- ERROR in Alloc TX PsPollContext urb!! \n"),
("<-- ERROR in Alloc TX PsPollContext urb!\n"),
out5,
("<-- ERROR in Alloc TX PsPollContext struct rt_tx_buffer !! \n"),
("<-- ERROR in Alloc TX PsPollContext struct rt_tx_buffer!\n"),
out6);

pPsPollContext->pAd = pAd;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/common/cmm_sanity.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ BOOLEAN PeerBeaconAndProbeRspSanity(struct rt_rtmp_adapter *pAd, void * Msg, uns

/* For some 11a AP which didn't have DS_IE, we use two conditions to decide the channel */
/* 1. If the AP is 11n enabled, then check the control channel. */
/* 2. If the AP didn't have any info about channel, use the channel we received this frame as the channel. (May inaccuracy!!) */
/* 2. If the AP didn't have any info about channel, use the channel we received this frame as the channel. (May inaccuracy!) */
u8 CtrlChannel = 0;

/* Add for 3 necessary EID field check */
Expand Down Expand Up @@ -371,7 +371,7 @@ BOOLEAN PeerBeaconAndProbeRspSanity(struct rt_rtmp_adapter *pAd, void * Msg, uns
break;

case IE_HT_CAP:
if (pEid->Len >= SIZE_HT_CAP_IE) /*Note: allow extension.!! */
if (pEid->Len >= SIZE_HT_CAP_IE) /*Note: allow extension! */
{
NdisMoveMemory(pHtCapability, pEid->Octet,
sizeof(struct rt_ht_capability_ie));
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_tkip.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,6 @@ BOOLEAN RTMPSoftDecryptTKIP(struct rt_rtmp_adapter *pAd,
/*RTMPReportMicError(pAd, &pWpaKey[KeyID]); // marked by AlbertY @ 20060630 */
return (FALSE);
}
/*DBGPRINT(RT_DEBUG_TRACE, "RTMPSoftDecryptTKIP Decript done!!\n"); */
/*DBGPRINT(RT_DEBUG_TRACE, "RTMPSoftDecryptTKIP Decript done!\n"); */
return TRUE;
}
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ BOOLEAN RTMPSoftDecryptWEP(struct rt_rtmp_adapter *pAd,
crc32 ^= 0xffffffff; /* complement */

if (crc32 != cpu2le32(trailfcs)) {
DBGPRINT(RT_DEBUG_TRACE, ("! WEP Data CRC Error !\n")); /*CRC error. */
DBGPRINT(RT_DEBUG_TRACE, ("WEP Data CRC Error!\n")); /*CRC error. */
return (FALSE);
}
return (TRUE);
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/common/cmm_wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ void PRF(u8 * key,
os_alloc_mem(NULL, (u8 **) & input, 1024);

if (input == NULL) {
DBGPRINT(RT_DEBUG_ERROR, ("!!!PRF: no memory!!!\n"));
DBGPRINT(RT_DEBUG_ERROR, ("PRF: no memory!\n"));
return;
}
/* Generate concatenation input */
Expand Down Expand Up @@ -2672,7 +2672,7 @@ static void CalculateMIC(u8 KeyDescVer,
os_alloc_mem(NULL, (u8 **) & OutBuffer, 512);

if (OutBuffer == NULL) {
DBGPRINT(RT_DEBUG_ERROR, ("!!!CalculateMIC: no memory!!!\n"));
DBGPRINT(RT_DEBUG_ERROR, ("CalculateMIC: no memory!\n"));
return;
}
/* make a frame for calculating MIC. */
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rt2860/common/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ void MlmeHandler(struct rt_rtmp_adapter *pAd)
#ifdef RTMP_MAC_USB
if (Elem->MsgType == MT2_RESET_CONF) {
DBGPRINT_RAW(RT_DEBUG_TRACE,
("!!! reset MLME state machine !!!\n"));
("reset MLME state machine!\n"));
MlmeRestartStateMachine(pAd);
Elem->Occupied = FALSE;
Elem->MsgLen = 0;
Expand Down Expand Up @@ -4042,7 +4042,7 @@ void BssTableSsidSort(struct rt_rtmp_adapter *pAd,
}
/* Since the AP is using hidden SSID, and we are trying to connect to ANY */
/* It definitely will fail. So, skip it. */
/* CCX also require not even try to connect it!! */
/* CCX also require not even try to connect it! */
if (SsidLen == 0)
continue;

Expand Down Expand Up @@ -4600,8 +4600,8 @@ void MgtMacHeaderInit(struct rt_rtmp_adapter *pAd,
* input params:
* Buffer - pointer to a pre-allocated memory segment
* args - a list of <int arg_size, arg> pairs.
* NOTE NOTE NOTE!!!! the last argument must be NULL, otherwise this
* function will FAIL!!!
* NOTE NOTE NOTE! the last argument must be NULL, otherwise this
* function will FAIL!
* return:
* Size of the buffer
* usage:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/rt_rf.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int RT30xxWriteRFRegister(struct rt_rtmp_adapter *pAd,
if ((i == RETRY_LIMIT)
|| (RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_NIC_NOT_EXIST))) {
DBGPRINT_RAW(RT_DEBUG_ERROR,
("Retry count exhausted or device removed!!!\n"));
("Retry count exhausted or device removed!\n"));
return STATUS_UNSUCCESSFUL;
}

Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rt2860/common/rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct rt_rtmp_reg_pair MACRegTable[] = {
{BCN_OFFSET0, 0xece8e4e0}, /* 0x3800, 0x3A00, 0x3C00, 0x3E00, 512B for each beacon */
{BCN_OFFSET1, 0xfcf8f4f0}, /* 0x3800, 0x3A00, 0x3C00, 0x3E00, 512B for each beacon */
#else
#error You must re-calculate new value for BCN_OFFSET0 & BCN_OFFSET1 in MACRegTable[]!!!
#error You must re-calculate new value for BCN_OFFSET0 & BCN_OFFSET1 in MACRegTable[]!
#endif /* HW_BEACON_OFFSET // */

{LEGACY_BASIC_RATE, 0x0000013f}, /* Basic rate set bitmap */
Expand Down Expand Up @@ -1272,7 +1272,7 @@ void NICInitAsicFromEEPROM(struct rt_rtmp_adapter *pAd)
pAd->bAutoTxAgcA = pAd->bAutoTxAgcG = FALSE;
/* */
/* Since BBP has been progamed, to make sure BBP setting will be */
/* upate inside of AsicAntennaSelect, so reset to UNKNOWN_BAND!! */
/* upate inside of AsicAntennaSelect, so reset to UNKNOWN_BAND! */
/* */
pAd->CommonCfg.BandState = UNKNOWN_BAND;

Expand Down Expand Up @@ -3470,7 +3470,7 @@ int rt28xx_init(struct rt_rtmp_adapter *pAd,
err0:
#endif /* ST // */

DBGPRINT(RT_DEBUG_ERROR, ("!!! rt28xx Initialized fail !!!\n"));
DBGPRINT(RT_DEBUG_ERROR, ("rt28xx Initialized fail!\n"));
return FALSE;
}

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/oid.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ enum {
/* New for MeetingHouse Api support */
#define OID_MH_802_1X_SUPPORTED 0xFFEDC100

/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition!!! */
/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
typedef union _HTTRANSMIT_SETTING {
struct {
u16 MCS:7; /* MCS */
Expand Down Expand Up @@ -614,7 +614,7 @@ struct rt_802_11_event_table {
struct rt_802_11_event_log Log[MAX_NUMBER_OF_EVENT];
};

/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition!!! */
/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
typedef union _MACHTTRANSMIT_SETTING {
struct {
u16 MCS:7; /* MCS */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/rt_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ char const *pWirelessSysEventText[IW_SYS_EVENT_TYPE_NUM] = {
"connects with our wireless client", /* IW_STA_LINKUP_EVENT_FLAG */
"disconnects with our wireless client", /* IW_STA_LINKDOWN_EVENT_FLAG */
"scan completed" /* IW_SCAN_COMPLETED_EVENT_FLAG */
"scan terminate!! Busy!! Enqueue fail!!" /* IW_SCAN_ENQUEUE_FAIL_EVENT_FLAG */
"scan terminate! Busy! Enqueue fail!" /* IW_SCAN_ENQUEUE_FAIL_EVENT_FLAG */
};

/* for wireless IDS_spoof_attack event message */
Expand Down Expand Up @@ -1282,7 +1282,7 @@ int RtmpOSNetDevDestory(struct rt_rtmp_adapter *pAd, struct net_device *pNetDev)
{

/* TODO: Need to fix this */
printk("WARNING: This function(%s) not implement yet!!!\n", __func__);
printk("WARNING: This function(%s) not implement yet!\n", __func__);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/rt_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ do{ \

#define DBGPRINT_ERR(Fmt) \
{ \
printk("ERROR!!! "); \
printk("ERROR! "); \
printk Fmt; \
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/rt_main_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ int rt28xx_close(struct net_device *dev)

if (brc == FALSE) {
DBGPRINT(RT_DEBUG_ERROR,
("%s call RT28xxPciAsicRadioOff fail !!\n",
("%s call RT28xxPciAsicRadioOff fail!\n",
__func__));
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/rtmp_chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ typedef union _EEPROM_NIC_CINFIG2_STRUC {
u16 DynamicTxAgcControl:1; /* */
u16 ExternalLNAForG:1; /* */
u16 ExternalLNAForA:1; /* external LNA enable for 2.4G */
u16 CardbusAcceleration:1; /* !!! NOTE: 0 - enable, 1 - disable */
u16 CardbusAcceleration:1; /* ! NOTE: 0 - enable, 1 - disable */
u16 BW40MSidebandForG:1;
u16 BW40MSidebandForA:1;
u16 EnableWPSPBC:1; /* WPS PBC Control bit */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/rtmp_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
#define MAX_LEN_OF_MAC_TABLE MAX_NUMBER_OF_MAC /* if MAX_MBSSID_NUM is 8, this value can't be larger than 211 */

#if MAX_LEN_OF_MAC_TABLE>MAX_AVAILABLE_CLIENT_WCID
#error MAX_LEN_OF_MAC_TABLE can not be larger than MAX_AVAILABLE_CLIENT_WCID!!!!
#error MAX_LEN_OF_MAC_TABLE can not be larger than MAX_AVAILABLE_CLIENT_WCID!
#endif

#define MAX_NUM_OF_WDS_LINK_PERBSSID 3
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/sta/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ void MlmeAssocReqAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *
pAd->Mlme.AssocMachine.CurrState = ASSOC_WAIT_RSP;
} else {
DBGPRINT(RT_DEBUG_TRACE,
("ASSOC - MlmeAssocReqAction() sanity check failed. BUG!!!!!! \n"));
("ASSOC - MlmeAssocReqAction() sanity check failed. BUG!\n"));
pAd->Mlme.AssocMachine.CurrState = ASSOC_IDLE;
Status = MLME_INVALID_FORMAT;
MlmeEnqueue(pAd, MLME_CNTL_STATE_MACHINE, MT2_ASSOC_CONF, 2,
Expand Down Expand Up @@ -746,7 +746,7 @@ void MlmeReassocReqAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem
pAd->Mlme.AssocMachine.CurrState = REASSOC_WAIT_RSP;
} else {
DBGPRINT(RT_DEBUG_TRACE,
("ASSOC - MlmeReassocReqAction() sanity check failed. BUG!!!! \n"));
("ASSOC - MlmeReassocReqAction() sanity check failed. BUG!\n"));
pAd->Mlme.AssocMachine.CurrState = ASSOC_IDLE;
Status = MLME_INVALID_FORMAT;
MlmeEnqueue(pAd, MLME_CNTL_STATE_MACHINE, MT2_REASSOC_CONF, 2,
Expand Down
Loading

0 comments on commit f07571a

Please sign in to comment.