Rename the header file common/nan.h to common/nan_defs.h to better
reflect its purpose.
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
#include "crypto/crypto.h"
#include "crypto/sha256.h"
#include "ieee802_11_defs.h"
-#include "nan.h"
+#include "nan_defs.h"
#include "nan_de.h"
static const u8 nan_network_id[ETH_ALEN] =
#ifndef NAN_DE_H
#define NAN_DE_H
-#include "nan.h"
+#include "nan_defs.h"
/* Maximum number of active local publish and subscribe instances */
#ifndef NAN_DE_MAX_SERVICE
* See README for more details.
*/
-#ifndef NAN_H
-#define NAN_H
+#ifndef NAN_DEFS_H
+#define NAN_DEFS_H
enum nan_attr_id {
NAN_ATTR_MASTER_INDICATION = 0x00,
#define NAN_USD_DEFAULT_FREQ 2437
-#endif /* NAN_H */
+#endif /* NAN_DEFS_H */
#include "common/defs.h"
#include "common/ieee802_11_defs.h"
#include "common/wpa_common.h"
-#include "common/nan.h"
+#include "common/nan_defs.h"
#ifdef CONFIG_MACSEC
#include "pae/ieee802_1x_kay.h"
#endif /* CONFIG_MACSEC */
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "common/wpa_common.h"
-#include "common/nan.h"
+#include "common/nan_defs.h"
#include "common/nan_de.h"
#include "crypto/sha256.h"
#include "crypto/sha384.h"