From 1a98a17204c385a177a935f3a7e52eaf4e6d5fb1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 30 Apr 2017 17:44:29 -0600 Subject: [PATCH] Cosmetic --- include/nuttx/wireless/ieee80211/ieee80211_cypto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/nuttx/wireless/ieee80211/ieee80211_cypto.h b/include/nuttx/wireless/ieee80211/ieee80211_cypto.h index 44a9d91b66c..d421cc83464 100644 --- a/include/nuttx/wireless/ieee80211/ieee80211_cypto.h +++ b/include/nuttx/wireless/ieee80211/ieee80211_cypto.h @@ -2,7 +2,7 @@ * net/ieee80211/ieee80211_crypto.h * 802.11 protocol crypto-related definitions. * - * Copyright (c) 2007,2008 Damien Bergamini + * Copyright (c) 2007, 2008 Damien Bergamini * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,8 +18,8 @@ * ****************************************************************************/ -#ifndef __NET_IEEE80211_IEEE80211_CRYPTO_H -#define __NET_IEEE80211_IEEE80211_CRYPTO_H +#ifndef __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H +#define __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H /**************************************************************************** * Included Files @@ -116,4 +116,4 @@ static __inline int ieee80211_is_sha256_akm(enum ieee80211_akm akm) return akm == IEEE80211_AKM_SHA256_8021X || akm == IEEE80211_AKM_SHA256_PSK; } -#endif /* __NET_IEEE80211_IEEE80211_CRYPTO_H */ \ No newline at end of file +#endif /* __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H */