Fix protection against multiple inclusion of headers
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 11 May 2011 15:19:10 +0000 (15:19 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 11 May 2011 15:19:10 +0000 (15:19 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4142 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath_debug.h
ath_hal/ar5416/ar5416desc.h

index ece1e0c43bccb4666ba4fdaa6d30cd600d572a79..f86a5b639b7370c303f6079e773c5041fac967d4 100644 (file)
@@ -19,6 +19,7 @@
  * $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
  */
 #ifndef _IF_ATH_DEBUG_H_
+#define _IF_ATH_DEBUG_H_
 
 enum {
        ATH_DEBUG_XMIT          = 0x00000001,   /* basic xmit operation */
index 7c60b24c89c940bfac992597515b92d47192be6f..83a02a646ba0a86adcdd97796c594ec7f0032bb9 100644 (file)
@@ -17,7 +17,7 @@
  * $Id: ar5416desc.h,v 1.7 2008/11/11 00:11:30 sam Exp $
  */
 #ifndef _ATH_AR5416_DESC_H_
-#define _ATH_AR5416_DESC_H
+#define _ATH_AR5416_DESC_H_
 
 /*
  * Hardware-specific descriptor structures.