From e42bc3aa37698941be20cccde599af39c69227e2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 18 Apr 2013 01:05:32 +0100 Subject: [libc] Use __einfo() tuple as first argument to EUNIQ() Signed-off-by: Michael Brown --- src/net/80211/sec80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/80211') diff --git a/src/net/80211/sec80211.c b/src/net/80211/sec80211.c index d159edbdf..d1bc75e90 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 */ -- cgit v1.2.3-55-g7522