From 874c62787508377404ca2557435e5b90071a09a2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:23:15 -0500 Subject: Fix inadvertent "TQ" changes. --- src/common/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/data.h b/src/common/data.h index 68c82db..f4fb9a1 100644 --- a/src/common/data.h +++ b/src/common/data.h @@ -82,7 +82,7 @@ enum ToolTipEnums FREQUENCY = 0x00004000, BIT_RATE = 0x00008000, ACCESS_POINT = 0x00010000, - LINK_TQUALITY = 0x00020000, + LINK_QUALITY = 0x00020000, BCAST_ADDRESS = 0x00040000, GATEWAY = 0x00080000, DOWNLOAD_SPEED = 0x00100000, -- cgit v1.2.3