diff --git a/README.md b/README.md index 4557b5a..fa967e0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ When the device is turned on in XXX mode, it begins to scan. The following tasks 2) At this point, the device should receiving beacon frames from nearby stations. In a real driver, this would happen via: * 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`. ## Source Files