summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorJoshua Oreman2009-07-21 20:16:38 +0200
committerMichael Brown2009-08-01 20:00:32 +0200
commitce64398f87230d14a62b2ff153a67b851a125d2e (patch)
tree8acc9c2ed28a23100b98626a25a67b09e2dbd2c0 /src/include/gpxe/errfile.h
parent[hermon] Add support for RC queue pairs (diff)
downloadipxe-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/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index d3155324..e777ecb1 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -148,6 +148,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_pathrec ( ERRFILE_NET | 0x001c0000 )
#define ERRFILE_ib_mcast ( ERRFILE_NET | 0x001d0000 )
#define ERRFILE_ib_cm ( ERRFILE_NET | 0x001e0000 )
+#define ERRFILE_net80211 ( ERRFILE_NET | 0x001f0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )