qcacld-3.0: Change the timer call from qdf_timer_start to qdf_timer_mod

In hdd_bus_bw_work_handler() change the timer call from
qdf_timer_start to qdf_timer_mod as following race condition
could be possible:
1. Softirq fires and schedules the delayed work,
2. Disconnect reconnect occurs and timer gets stopped and
   started from mc thread, and
3. The delayed work tries to do the add timer and kernel BUG ON
   because the timer is already running.

CRs-Fixed: 1116652
Change-Id: I69ad49518c7b59b27069ed4212bebbc4992e3362
1 file changed
tree: d55c2ed15b5ebdc22c2a9448b571b362c61273eb
  1. core/
  2. uapi/
  3. Android.mk
  4. Kbuild
  5. Kconfig
  6. Makefile
  7. README.txt