projects
/
platform
/
core
/
api
/
radio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3a125
)
Didn't check RADIO_READY state in radio_scan_start
47/87247/1
accepted/tizen/common/20160907.154640
accepted/tizen/ivi/20160908.044146
accepted/tizen/mobile/20160908.043221
accepted/tizen/wearable/20160908.044037
submit/tizen/20160907.074000
author
Gilbok Lee
<gilbok.lee@samsung.com>
Wed, 7 Sep 2016 06:48:52 +0000
(15:48 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Wed, 7 Sep 2016 06:48:52 +0000
(15:48 +0900)
[Version] 0.1.2
[Profile] Common
[Issue Type] Tizen Mobile Platform Requirement
Change-Id: Ie97a76a808508a97b9e41c7b23761afe71351237
src/radio.c
patch
|
blob
|
history
diff --git
a/src/radio.c
b/src/radio.c
index 9e5313c644b3ad5e7c69d16fb545bf1527ce5e92..6684f1b7245ef883d439e7f8c799c2911674b625 100644
(file)
--- a/
src/radio.c
+++ b/
src/radio.c
@@
-475,7
+475,6
@@
int radio_scan_start(radio_h radio, radio_scan_updated_cb callback, void *user_d
RADIO_SUPPORT_CHECK(__radio_check_system_info_feature_supported());
RADIO_INSTANCE_CHECK(radio);
radio_s *handle = (radio_s *)radio;
- RADIO_STATE_CHECK(handle, RADIO_STATE_READY);
if (callback != NULL)
__set_callback(_RADIO_EVENT_TYPE_SCAN_INFO, radio, callback, user_data);