From bf807be7bdeadae32178e2454c5c89d46a0d5924 Mon Sep 17 00:00:00 2001 From: Ulf Wetzker Date: Thu, 9 Apr 2015 20:26:01 +0200 Subject: [PATCH] Fixed typo and copy&past nonsense --- include/tins/dot11/dot11_mgmt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tins/dot11/dot11_mgmt.h b/include/tins/dot11/dot11_mgmt.h index ee55aba..8d10777 100644 --- a/include/tins/dot11/dot11_mgmt.h +++ b/include/tins/dot11/dot11_mgmt.h @@ -71,8 +71,8 @@ public: /** * \brief Enum used in the reason code field. * - * These can be used to get or set the second value of - * ibss_dfs_params().channel_map + * This enumeration can be used to get or set the reason code field in a + * Deauthentication or Disassociation */ enum ReasonCodes { UNSPECIFIED = 1, @@ -119,7 +119,7 @@ public: BSS = 0x1, OFDM_PREAMBLE = 0x2, UNIDENTIFIED_SIGNAL = 0x4, - RADARE = 0x8, + RADAR = 0x8, UNMEASURED = 0x10, RESERVED = 0xE0 };