From 6ee45f5ec01208bdcb38f23bf46dcdac141ff6e7 Mon Sep 17 00:00:00 2001
From: Dario Nieuwenhuis <dirbaio@dirbaio.net>
Date: Mon, 1 May 2023 18:47:09 +0200
Subject: [PATCH] Update README.md

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d0920aae2..fe8d5d93b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ WIP driver for the CYW43439 wifi chip, used in the Raspberry Pi Pico W. Implemen
 Working:
 
 - Station mode (joining an AP).
+- AP mode (creating an AP)
+- Scanning
 - Sending and receiving Ethernet frames.
 - Using the default MAC address.
 - [`embassy-net`](https://embassy.dev) integration.
@@ -16,10 +18,7 @@ Working:
 
 TODO:
 
-- AP mode (creating an AP)
-- Scanning
 - Setting a custom MAC address.
-- Investigate why can [this](https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/pico_cyw43_driver) use higher PIO speed. 
 - Bus sleep (unclear what the benefit is. Is it needed for IRQs? or is it just power consumption optimization?)
 
 ## Running the example