Revert "[TSAM-1605] Fixed the issue Confusing error code is returned if wifi is alrea... 62/72662/1
authortaesub kim <taesub.kim@samsung.com>
Thu, 2 Jun 2016 05:03:03 +0000 (22:03 -0700)
committertaesub kim <taesub.kim@samsung.com>
Thu, 2 Jun 2016 05:03:03 +0000 (22:03 -0700)
This reverts commit aa2ba35846553422789c7e543008978b2cbd1e4b.

Change-Id: Ic06cc0c275a17ff448aff720e59a4f6205918a52

include/wifi.h

index d519479..2dd9150 100755 (executable)
@@ -413,7 +413,7 @@ typedef bool (*wifi_config_list_cb)(const wifi_config_h config, void *user_data)
  * @return @c 0 on success, otherwise negative error value
  * @retval #WIFI_ERROR_NONE  Successful
  * @retval #WIFI_ERROR_INVALID_OPERATION  Invalid operation
- * @retval #WIFI_ERROR_OPERATION_FAILED  Already initialized
+ * @retval #WIFI_ERROR_OPERATION_FAILED  Operation failed
  * @retval #WIFI_ERROR_PERMISSION_DENIED Permission Denied
  * @retval #WIFI_ERROR_NOT_SUPPORTED   Not supported
  */