diff options
author | Joshua Oreman | 2009-07-21 20:16:38 +0200 |
---|---|---|
committer | Michael Brown | 2009-08-01 20:00:32 +0200 |
commit | ce64398f87230d14a62b2ff153a67b851a125d2e (patch) | |
tree | 8acc9c2ed28a23100b98626a25a67b09e2dbd2c0 /src/Makefile | |
parent | [hermon] Add support for RC queue pairs (diff) | |
download | ipxe-ce64398f87230d14a62b2ff153a67b851a125d2e.tar.gz ipxe-ce64398f87230d14a62b2ff153a67b851a125d2e.tar.xz ipxe-ce64398f87230d14a62b2ff153a67b851a125d2e.zip |
[802.11] Add support for 802.11 devices with software MAC layer
This is required for all modern 802.11 devices, and allows drivers
to be written for them with minimally more effort than is required
for a wired NIC.
Signed-off-by: Michael Brown <mcb30@etherboot.org>
Modified-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b646d3bc..55d99ccf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,7 +55,7 @@ SRCDIRS := SRCDIRS += libgcc SRCDIRS += core SRCDIRS += proto -SRCDIRS += net net/tcp net/udp net/infiniband +SRCDIRS += net net/tcp net/udp net/infiniband net/80211 SRCDIRS += image SRCDIRS += drivers/bus SRCDIRS += drivers/net |