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
Dieser Commit ist enthalten in:
Jeff Johnson
2018-12-05 11:13:30 -08:00
committet von nshrivas
Ursprung 8c3ecdd8d8
Commit 71d465ac42

Datei anzeigen

@@ -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;