Skip to content

Commit b80a083

Browse files
MaochenWang1kartben
authored andcommitted
drivers: wifi: nxp: add Kconfig for packet forward
Add Kconfig for packet forward of SAP mode. Signed-off-by: Maochen Wang <[email protected]>
1 parent e34ad66 commit b80a083

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,13 @@ config NXP_WIFI_11AX_TWT
843843
help
844844
This option enables 11ax TWT in the Wi-Fi driver.
845845

846+
config NXP_WIFI_PKT_FWD
847+
bool "Wi-Fi packet forward"
848+
default y if NXP_RW610
849+
depends on NXP_WIFI_SOFTAP_SUPPORT
850+
help
851+
This option enables Wi-Fi packet forward on SoftAP.
852+
846853
config NXP_WIFI_DTIM_PERIOD
847854
bool "Wi-Fi DTIM period"
848855
default y

0 commit comments

Comments
 (0)