summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm
diff options
context:
space:
mode:
authorNicolas Iooss2015-09-12 12:04:51 +0200
committerLuca Coelho2015-10-05 11:29:13 +0200
commitbb7436093717d3ccaeaf28438be763b30a794ad8 (patch)
treefaeab4729c8284dfcf272cb2fbbefac8718a7b7d /drivers/net/wireless/iwlwifi/mvm
parentiwlwifi: mvm: Correctly update MAC context on add/del station (diff)
downloadkernel-qcow2-linux-bb7436093717d3ccaeaf28438be763b30a794ad8.tar.gz
kernel-qcow2-linux-bb7436093717d3ccaeaf28438be763b30a794ad8.tar.xz
kernel-qcow2-linux-bb7436093717d3ccaeaf28438be763b30a794ad8.zip
iwlwifi: mvm: fix tof.h header guard
Commit ce7929186a39 ("iwlwifi: mvm: add basic Time of Flight (802.11mc FTM) support") created drivers/net/wireless/iwlwifi/mvm/tof.h with a broken header guard: #ifndef __tof #define __tof_h__ ... #endif /* __tof_h__ */ Use __tof_h__ in the first line. Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/tof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/tof.h b/drivers/net/wireless/iwlwifi/mvm/tof.h
index 50ae8adaaa6e..9beebc33cb8d 100644
--- a/drivers/net/wireless/iwlwifi/mvm/tof.h
+++ b/drivers/net/wireless/iwlwifi/mvm/tof.h
@@ -60,7 +60,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*****************************************************************************/
-#ifndef __tof
+#ifndef __tof_h__
#define __tof_h__
#include "fw-api-tof.h"