Skip to content

Commit 206eb6d

Browse files
krish2718rlubos
authored andcommitted
drivers: wifi: nrf71: Enable TCP/IP checksum offload
* Convert the Kconfig to be user configurable * Enable the Kconfig Implements CAL-6794. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 66d769b commit 206eb6d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/wifi/nrf71/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ config NRF_WIFI_LOW_POWER
135135
depends on !NRF71_RADIO_TEST && !NRF71_AP_MODE
136136
default y
137137

138-
# Internal option, not user-configurable
139138
config NRF71_TCP_IP_CHECKSUM_OFFLOAD
140-
# Enable once CAL-6760 is fixed
141-
bool
139+
bool "TCP/IP checksum offload"
140+
default y if !NRF71_RADIO_TEST
141+
help
142+
Enable TCP/IP checksum offload for Wi-Fi driver.
142143

143144
config NRF71_REG_DOMAIN
144145
string "The ISO/IEC alpha2"

0 commit comments

Comments
 (0)