Skip to content

Commit 001418b

Browse files
kapbhbjarki-andreasen
authored andcommitted
[nrf noup] drivers: wifi: Add kconfig option to disable WMM feature
[SHEL-2054] Adding a kconfig option for WMM. By default it will be enabled. If user needs to disable it, set it as n. Tagged as "noup" because I had to fix a conflict because of another "noup". Upstream PR: zephyrproject-rtos/zephyr#76754 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 96f9c03 commit 001418b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/wifi/nrfwifi/Kconfig.nrfwifi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,4 +727,10 @@ config NRF_WIFI_PATCHES_EXT_FLASH_XIP
727727
help
728728
Select this option to enable external flash XIP for nRF70 firmware patches
729729

730+
config NRF_WIFI_FEAT_WMM
731+
bool "WMM/QoS support"
732+
default y
733+
help
734+
This option controls disable/enable of the WMM(Wireless Multi-Media) feature.
735+
730736
endif # WIFI_NRF70

0 commit comments

Comments
 (0)