Skip to content

Commit be01822

Browse files
Chaitanya TataChromeos LUCI
authored andcommitted
drivers: nrf_wifi: Remove hardcoded prints
The GPIOs will vary depending on the platform. (cherry picked from commit 7e77d97) Original-Signed-off-by: Chaitanya Tata <[email protected]> GitOrigin-RevId: 7e77d97 Cr-Build-Id: 8727764308049365969 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8727764308049365969 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Iab39a5fa3ca3bdb9a06b70e95acdda11eb174239 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6116707 Reviewed-by: Fabio Baltieri <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]>
1 parent a4c146d commit be01822

File tree

1 file changed

+0
-2
lines changed
  • drivers/wifi/nrf_wifi/src

1 file changed

+0
-2
lines changed

drivers/wifi/nrf_wifi/src/coex.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,8 @@ int nrf_wifi_config_sr_switch(bool separate_antennas)
247247

248248
if (separate_antennas) {
249249
gpio_pin_set_dt(&sr_rf_switch_spec, 0x0);
250-
LOG_INF("GPIO P1.10 set to 0");
251250
} else {
252251
gpio_pin_set_dt(&sr_rf_switch_spec, 0x1);
253-
LOG_INF("GPIO P1.10 set to 1");
254252
}
255253

256254
return 0;

0 commit comments

Comments
 (0)