qcacld-3.0: Deinterleave the RSSI and SNR callbacks

Currently the RSSI and SNR callback functions are interleaved with
respect to the calling functions. The order in which the functions
currently appear in wlan_hdd_wext.c is:
	hdd_get_rssi_cb()
	hdd_get_snr_cb()
	wlan_hdd_get_rssi()
	wlan_hdd_get_snr()

Since each callback function is tightly coupled with its calling
function, it makes sense for the callback function to be contiguous
with the calling function in the code. Therefore change to order to:
	hdd_get_rssi_cb()
	wlan_hdd_get_rssi()
	hdd_get_snr_cb()
	wlan_hdd_get_snr()

Change-Id: I19078175049fc1a38716387df57f4e643dbbbd62
CRs-Fixed: 1116166
1 file changed
tree: 7797dfb304f086bf333be9d581e9eeb4ecf53327
  1. core/
  2. uapi/
  3. Android.mk
  4. Kbuild
  5. Kconfig
  6. Makefile
  7. README.txt