Эх сурвалжийг харах

qcacld-3.0: Correctly dump the LIM global MLM state

Currently in the "getHostStates" ioctl handler a call is made to
sme_get_lim_sme_state() to retrieve the LIM global MLM state. That is
the wrong function. Update the logic to call the correct function,
sme_get_lim_mlm_state().

Change-Id: I53151ba817b0ee9f4cf141e29dbf4e8c8c4b92e4
CRs-Fixed: 2361830
Jeff Johnson 6 жил өмнө
parent
commit
71d465ac42

+ 1 - 1
core/hdd/src/wlan_hdd_wext.c

@@ -6505,7 +6505,7 @@ static int __iw_get_char_setnone(struct net_device *dev,
 					  mac_trace_get_lim_sme_state
 						  (sme_get_lim_sme_state(mac_handle)),
 					  mac_trace_get_lim_mlm_state
-						  (sme_get_lim_sme_state(mac_handle))
+						  (sme_get_lim_mlm_state(mac_handle))
 					  );
 			len += buf;