Skip to content

Commit bf0aa6a

Browse files
kapbhrlubos
authored andcommitted
[nrf fromtree] drivers: nrf_wifi: Disable mgmt buffer offload
During raw scan, Need to disable NRF_WIFI_MGMT_BUFF_OFFLOAD. UMAC will send beacon and probe responses directly to the host, regardless of the mgmt_buff_offload flag's value. Host needs to resubmit buffers to LMAC. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 1179014)
1 parent a2aa12b commit bf0aa6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ endchoice
758758

759759
config NRF_WIFI_MGMT_BUFF_OFFLOAD
760760
bool "Management buffer offload"
761+
# Raw scan results need host based refilling
762+
depends on !WIFI_MGMT_RAW_SCAN_RESULTS
761763
default y
762764
help
763765
This option offloads the refilling of management buffers to the UMAC, saving the host

0 commit comments

Comments
 (0)