wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp
changeset 17 41a8eba36f74
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
--- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_check_rcpi.cpp	Mon May 03 14:14:02 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.