aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/sta/wpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt2860/sta/wpa.c')
-rw-r--r--drivers/staging/rt2860/sta/wpa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/sta/wpa.c b/drivers/staging/rt2860/sta/wpa.c
index 69b8a24daa2..ff348325028 100644
--- a/drivers/staging/rt2860/sta/wpa.c
+++ b/drivers/staging/rt2860/sta/wpa.c
@@ -33,7 +33,8 @@
33 Who When What 33 Who When What
34 -------- ---------- ---------------------------------------------- 34 -------- ---------- ----------------------------------------------
35 Jan Lee 03-07-22 Initial 35 Jan Lee 03-07-22 Initial
36 Paul Lin 03-11-28 Modify for supplicant 36 Paul Lin 03-11-28 Modify for supplicant
37 Justin P. Mattock 11/07/2010 Fix typos
37*/ 38*/
38#include "../rt_config.h" 39#include "../rt_config.h"
39 40
@@ -86,7 +87,7 @@ void RTMPReportMicError(struct rt_rtmp_adapter *pAd, struct rt_cipher_key *pWpaK
86 /* Violate MIC error counts, MIC countermeasures kicks in */ 87 /* Violate MIC error counts, MIC countermeasures kicks in */
87 pAd->StaCfg.MicErrCnt++; 88 pAd->StaCfg.MicErrCnt++;
88 /* We shall block all reception */ 89 /* We shall block all reception */
89 /* We shall clean all Tx ring and disassoicate from AP after next EAPOL frame */ 90 /* We shall clean all Tx ring and disassociate from AP after next EAPOL frame */
90 /* */ 91 /* */
91 /* No necessary to clean all Tx ring, on RTMPHardTransmit will stop sending non-802.1X EAPOL packets */ 92 /* No necessary to clean all Tx ring, on RTMPHardTransmit will stop sending non-802.1X EAPOL packets */
92 /* if pAd->StaCfg.MicErrCnt greater than 2. */ 93 /* if pAd->StaCfg.MicErrCnt greater than 2. */