drivers: nrf_wifi: Add Kconfig for ps poll and stbc
Add Kconfig in init command for maximum ps poll failures count and stbc enable in HT. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
This commit is contained in:
parent
0cf47478ee
commit
a934af8f89
1 changed files with 13 additions and 0 deletions
|
@ -849,4 +849,17 @@ config NRF_WIFI_ZERO_COPY_TX
|
|||
|
||||
endif # NETWORKING
|
||||
|
||||
config NRF_WIFI_MAX_PS_POLL_FAIL_CNT
|
||||
int "Maximum number of PS-Poll failures"
|
||||
default 10
|
||||
range 10 4294967295
|
||||
help
|
||||
Maximum number of PS-Poll failures before entering qos null-based power save.
|
||||
|
||||
config NRF_WIFI_RX_STBC_HT
|
||||
bool "Receive packets encoded with STBC in HT (Wi-Fi4) mode"
|
||||
default y
|
||||
help
|
||||
Receive packets encoded with STBC (Space-Time Block Coding)
|
||||
in HT (Wi-Fi4) mode.
|
||||
endif # WIFI_NRF70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue