Wi-Fi tethering settings are set asynchronously
authorSeungyoun Ju <sy39.ju@samsung.com>
Tue, 15 Jan 2013 07:22:07 +0000 (16:22 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Wed, 16 Jan 2013 01:04:39 +0000 (10:04 +0900)
commit9614750718c24f0ade89f6b80016e1818bc5fa6a
treef0af4b483dd549eb16c23dcda0ac96d436cc74c7
parent84d21e8d7336d2a1264b265829f03d352fe05884
Wi-Fi tethering settings are set asynchronously

- Issues
  Wi-Fi tethering setting APIs are failed
  while Wi-Fi tethering is being enabled.

- Fix description
  Wi-Fi tethering settings can be modified after Wi-Fi tethering is
  disabled automatically. It makes Wi-Fi tethering settings to be modified
  while Wi-Fi tethering is being disabled.

  But because Wi-Fi tethering state is checked when setting APIs are called,
  setting APIs are failed.

  It is better not to check Wi-Fi tethering state and to provide the way to
  re-load configuration.

  This change only includes "Wi-Fi tethering state is not checked when settings
  are modified".
  Reload configuration change should be provided later.

Change-Id: Iae0514af227fd707773653bde4400cac030b3763
include/tethering_private.h
packaging/capi-network-tethering.spec
src/tethering.c