commit | e1d20235d3b915357f0dcbcd321d396cf13a9b70 | [log] [tgz] |
---|---|---|
author | Gang Li <gang.li_1@nxp.com> | Fri Aug 23 11:05:19 2024 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 29 18:03:48 2024 +0200 |
tree | 60766462987f4cd187815c47e43d30f28a7227f4 | |
parent | 70be6ad8a0d0446a7a7f65461f06dd19cf556e6c [diff] |
drivers: wifi: nxp: change the dormant state 1) After the wifi driver successfully connects to the AP, the dormant state should be set to OFF. Once a deauth/disassoc frame is received or link lost occurs, the dormant state should be set to ON. 2) Enable CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO and CONFIG_NET_CONTEXT_PRIORITY to push high priority packets directly to network driver. Signed-off-by: Gang Li <gang.li_1@nxp.com>