Skip to content
Snippets Groups Projects
Commit 1a98a172 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Cosmetic

parent 38948fb6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* net/ieee80211/ieee80211_crypto.h * net/ieee80211/ieee80211_crypto.h
* 802.11 protocol crypto-related definitions. * 802.11 protocol crypto-related definitions.
* *
* Copyright (c) 2007,2008 Damien Bergamini <damien.bergamini@free.fr> * Copyright (c) 2007, 2008 Damien Bergamini <damien.bergamini@free.fr>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __NET_IEEE80211_IEEE80211_CRYPTO_H #ifndef __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H
#define __NET_IEEE80211_IEEE80211_CRYPTO_H #define __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
...@@ -116,4 +116,4 @@ static __inline int ieee80211_is_sha256_akm(enum ieee80211_akm akm) ...@@ -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; return akm == IEEE80211_AKM_SHA256_8021X || akm == IEEE80211_AKM_SHA256_PSK;
} }
#endif /* __NET_IEEE80211_IEEE80211_CRYPTO_H */ #endif /* __INCLUDE_NUTTX_WIRELESS_IEEE80211_IEEE80211_CRYPTO_H */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment