Skip to content

Commit b8795c0

Browse files
committed
[nrf fromlist] drivers: nrf_wifi: Disable mgmt buffer offload
During raw scan disable NRF_WIFI_MGMT_BUFF_OFFLOAD, it needs to resubmit buffers to LMAC. Upstream PR #: 83896 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 64dd46e commit b8795c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ endchoice
741741

742742
config NRF_WIFI_MGMT_BUFF_OFFLOAD
743743
bool "Management buffer offload"
744+
depends on !WIFI_MGMT_RAW_SCAN_RESULTS
744745
default y
745746
help
746747
This option offloads the refilling of management buffers to the UMAC, saving the host

0 commit comments

Comments
 (0)