From 0264b507c4d0946ae6d3fb29078b5f4df5cf3569 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Fri, 2 Apr 2021 13:53:54 +0200 Subject: [PATCH] set_csma_normal.sh is not needed. Because we support normal CSMA/CA by default now. --- doc/app_notes/ap-client-two-sdr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/app_notes/ap-client-two-sdr.md b/doc/app_notes/ap-client-two-sdr.md index 52cafe3..89694bb 100644 --- a/doc/app_notes/ap-client-two-sdr.md +++ b/doc/app_notes/ap-client-two-sdr.md @@ -44,7 +44,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later (Wait for it completed) ifconfig sdr0 (Now you should see the IP address like 192.168.13.x allocated by AP) - ./set_csma_normal.sh ping 192.168.13.1 (Ping the AP) ```