Updating README.md

This commit is contained in:
farhan 2023-11-29 17:37:15 -05:00
parent a32a5403e7
commit ae08c66cf6
Signed by: farhan
GPG Key ID: 45FE45AD7E54F59B

View File

@ -1,9 +1,11 @@
# i3e_template_driver # FreeBSD net80211 template driver
## Introduction ## Introduction
This is a templated implementation of FreeBSD's 15-CURRENT net80211 layer. This driver is intended as a learning resource. This is a templated implementation of FreeBSD's 15-CURRENT net80211 layer. This driver is intended as a learning resource.
This driver is as much a project for myself as it is for any future readers :) This driver is as much a project for myself as it is for any future readers :)
The driver does not implement PCIe, USB or SDIO layers. Rather, everything is implemented in software. The driver does not implement PCIe, USB or SDIO layers. Rather, everything is implemented in software.
## How to Test code ## How to Test code
@ -16,6 +18,7 @@ cd i3e_template_driver
make make
make load make load
``` ```
This should create a `i3e0` interface. You can now use this to create a VAP.
To create a `wlan0` VAP, run the following command: To create a `wlan0` VAP, run the following command:
``` ```