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
Cette révision appartient à :
@@ -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;
|
||||
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur