summaryrefslogtreecommitdiffstats
path: root/src/net/80211
diff options
context:
space:
mode:
authorMichael Brown2013-04-18 02:05:32 +0200
committerMichael Brown2013-04-19 01:45:13 +0200
commite42bc3aa37698941be20cccde599af39c69227e2 (patch)
tree4e6232b003056ad3ae52281407ff73a24e56c803 /src/net/80211
parent[efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOL (diff)
downloadipxe-e42bc3aa37698941be20cccde599af39c69227e2.tar.gz
ipxe-e42bc3aa37698941be20cccde599af39c69227e2.tar.xz
ipxe-e42bc3aa37698941be20cccde599af39c69227e2.zip
[libc] Use __einfo() tuple as first argument to EUNIQ()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/80211')
-rw-r--r--src/net/80211/sec80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/80211/sec80211.c b/src/net/80211/sec80211.c
index d159edbd..d1bc75e9 100644
--- a/src/net/80211/sec80211.c
+++ b/src/net/80211/sec80211.c
@@ -45,8 +45,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ENOTSUP_CCMP __einfo_error ( EINFO_ENOTSUP_CCMP )
#define EINFO_ENOTSUP_CCMP __einfo_uniqify ( EINFO_ENOTSUP, \
( 0x10 | NET80211_CRYPT_CCMP ), "CCMP not supported" )
-#define ENOTSUP_CRYPT( crypt ) \
- EUNIQ ( ENOTSUP, ( 0x10 | (crypt) ), \
+#define ENOTSUP_CRYPT( crypt ) \
+ EUNIQ ( EINFO_ENOTSUP, ( 0x10 | (crypt) ), \
ENOTSUP_WEP, ENOTSUP_TKIP, ENOTSUP_CCMP )
/** Mapping from net80211 crypto/secprot types to RSN OUI descriptors */