Minor formatting to README

This commit is contained in:
farhan 2025-03-30 00:20:43 -04:00
parent 29882a5e68
commit c3055e88a9
Signed by: farhan
GPG Key ID: 64D62A2AD0D3A2B5

View File

@ -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: 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 USB, the Rx bulk callback handler
* In PCI, a PCI interrupt with the read flag set * 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 ## Source Files