From c0015a47116c943c0c8cd340f4959f3dfd90129d Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Sun, 30 Mar 2025 00:22:28 -0400 Subject: [PATCH] minor formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa967e0..cb79bb0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ When the device is turned on in XXX mode, it begins to scan. The following tasks * In USB, the Rx bulk callback handler * In PCI, a PCI interrupt with the read flag set -Both implementations would read the raw frame, perform any modifications as needed, and send the frame to the ieee80211 layer via `ieee80211_input`. + Both implementations would read the raw frame, perform any modifications as needed, and send the frame to the ieee80211 layer via `ieee80211_input`. ## Source Files