Skip to content

Commit 1179014

Browse files
kapbhkartben
authored andcommitted
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 <kapil.bhatt@nordicsemi.no>
1 parent 32a4c9c commit 1179014

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
@@ -747,6 +747,8 @@ endchoice
747747

748748
config NRF_WIFI_MGMT_BUFF_OFFLOAD
749749
bool "Management buffer offload"
750+
# Raw scan results need host based refilling
751+
depends on !WIFI_MGMT_RAW_SCAN_RESULTS
750752
default y
751753
help
752754
This option offloads the refilling of management buffers to the UMAC, saving the host

0 commit comments

Comments
 (0)