[components][drivers]:fix wlan err
Some checks are pending
RT-Thread BSP Static Build Check / 🔍 Summary of Git Diff Changes (push) Waiting to run
RT-Thread BSP Static Build Check / ${{ matrix.legs.RTT_BSP }} (push) Blocked by required conditions
RT-Thread BSP Static Build Check / collect-artifacts (push) Blocked by required conditions
pkgs_test / change (push) Waiting to run
utest_auto_run / A9 :components/dfs.cfg (push) Waiting to run
utest_auto_run / A9 :components/lwip.cfg (push) Waiting to run
utest_auto_run / A9 :components/netdev.cfg (push) Waiting to run
utest_auto_run / A9 :components/sal.cfg (push) Waiting to run
utest_auto_run / A9 :cpp11/cpp11.cfg (push) Waiting to run
utest_auto_run / AARCH64-rtsmart :default.cfg (push) Waiting to run
utest_auto_run / A9-rtsmart :default.cfg (push) Waiting to run
utest_auto_run / RISCV-rtsmart :default.cfg (push) Waiting to run
utest_auto_run / XUANTIE-rtsmart :default.cfg (push) Waiting to run
utest_auto_run / AARCH64 :default.cfg (push) Waiting to run
utest_auto_run / AARCH64-smp :default.cfg (push) Waiting to run
utest_auto_run / A9 :default.cfg (push) Waiting to run
utest_auto_run / A9-smp :default.cfg (push) Waiting to run
utest_auto_run / RISCV :default.cfg (push) Waiting to run
utest_auto_run / RISCV-smp :default.cfg (push) Waiting to run
utest_auto_run / A9 :kernel/atomic_c11.cfg (push) Waiting to run
utest_auto_run / RISCV :kernel/atomic_c11.cfg (push) Waiting to run
utest_auto_run / A9 :kernel/ipc.cfg (push) Waiting to run
utest_auto_run / A9 :kernel/kernel_basic.cfg (push) Waiting to run
utest_auto_run / A9 :kernel/mem.cfg (push) Waiting to run

This commit is contained in:
CYFS
2026-02-04 16:45:30 +08:00
committed by R b b666
parent 5e04105723
commit 68da106253

View File

@@ -944,7 +944,7 @@ static rt_err_t _rt_wlan_dev_control(rt_device_t dev, int cmd, void *args)
case RT_WLAN_CMD_GET_FAST_CONNECT_INFO:
{
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_INFO, "RT_WLAN_CMD_GET_FAST_INFO");
LOG_D("%s %d cmd[%d]:%s run......", __FUNCTION__, __LINE__, RT_WLAN_CMD_GET_FAST_CONNECT_INFO, "RT_WLAN_CMD_GET_FAST_CONNECT_INFO");
if (wlan->ops->wlan_get_fast_info)
{
err = wlan->ops->wlan_get_fast_info(args);