wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp
branchRCL_3
changeset 7 0abc8c98be24
parent 0 c40eb8fe8501
child 14 13838cf40350
--- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp	Mon Mar 15 12:46:48 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp	Thu Apr 01 00:29:25 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 21 %
+* %version: 22 %
 */
 
 #include "core_operation_check_rcpi.h"
@@ -299,24 +299,6 @@
 
             DEBUG( "core_operation_check_rcpi_c::next_state() - roamed successfully" );
                         
-            /**
-             * If moving from weak level to normal, notify client.
-             */
-            if ( server_m->get_connection_data()->last_rcp_class() != core_rcp_normal )
-                {
-                DEBUG( "core_operation_check_rcpi_c::next_state() - sending a notification about the normal signal level" );
-
-                u8_t buf[5];
-                buf[0] = static_cast<u8_t>( core_rcp_normal );
-                buf[1] = server_m->get_connection_data()->current_ap_data()->rcpi();
-                
-                adaptation_m->notify(
-                    core_notification_rcp_changed,
-                    sizeof( buf ),
-                    buf );
-                server_m->get_connection_data()->set_last_rcp_class( core_rcp_normal );
-                }
-
             /** 
              * Send an indication to adaptation to indicate that this
              * roam attempt has been completed.