Skip to content

Commit 68da106

Browse files
CYFS3Rbb666
authored andcommitted
[components][drivers]:fix wlan err
1 parent 5e04105 commit 68da106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/wlan/dev_wlan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ static rt_err_t _rt_wlan_dev_control(rt_device_t dev, int cmd, void *args)
944944
case RT_WLAN_CMD_GET_FAST_CONNECT_INFO:
945945
{
946946

947-
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_INFO, "RT_WLAN_CMD_GET_FAST_INFO");
947+
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_CONNECT_INFO, "RT_WLAN_CMD_GET_FAST_CONNECT_INFO");
948948
if (wlan->ops->wlan_get_fast_info)
949949
{
950950
err = wlan->ops->wlan_get_fast_info(args);

0 commit comments

Comments
 (0)