wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11Associated.cpp
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
child 21 af3fb27c7511
child 22 c6a1762761b8
child 25 a0fdcd0e4c56
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11Associated.cpp	Tue Feb 02 02:03:13 2010 +0200
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11Associated.cpp	Fri Mar 19 10:03:22 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 95 %
+* %version: 96 %
 */
 
 #include "config.h"
@@ -918,7 +918,7 @@
         // inform Null Send Controller about data frame Rx
         aCtxImpl.OnDataRxCompleted( 
             ( KEtherType == KEapolType || KEtherType == KWaiType ) ?
-            // as EAPOL and WAI frames or not really Voice data (they
+            // as EAPOL and WAI frames are not really Voice data (they
             // are just sometimes sent with Voice priority), handle them 
             // here as Best Effort (Legacy)
             WHA::ELegacy : 
@@ -2077,7 +2077,7 @@
             // data frame Tx completion
             aCtxImpl.OnDataTxCompleted( 
                 aPacketId == E802Dot11FrameTypeDataEapol ?
-                // as EAPOL and WAI frames or not really Voice data (we just
+                // as EAPOL and WAI frames are not really Voice data (we just
                 // send them with Voice priority in WMM nw), handle them
                 // here as Best Effort (Legacy)
                 WHA::ELegacy :