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>
This commit is contained in:
parent
32a4c9cb79
commit
1179014e10
1 changed files with 2 additions and 0 deletions
|
@ -747,6 +747,8 @@ endchoice
|
||||||
|
|
||||||
config NRF_WIFI_MGMT_BUFF_OFFLOAD
|
config NRF_WIFI_MGMT_BUFF_OFFLOAD
|
||||||
bool "Management buffer offload"
|
bool "Management buffer offload"
|
||||||
|
# Raw scan results need host based refilling
|
||||||
|
depends on !WIFI_MGMT_RAW_SCAN_RESULTS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option offloads the refilling of management buffers to the UMAC, saving the host
|
This option offloads the refilling of management buffers to the UMAC, saving the host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue