summaryrefslogtreecommitdiff
path: root/subframe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-26 20:32:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-26 20:32:31 -0400
commit81670f70953c4f99730c51bd17fb0c8a65972fe1 (patch)
tree4bcb44628916539218a8396162ae8ab6f5d5ff73 /subframe.c
parentd291c817be12a3472618d04897d967037bbc7192 (diff)
downloadgpsd-81670f70953c4f99730c51bd17fb0c8a65972fe1.tar.gz
Clear up some confusion about *_SET vs.. *_IS defines.
*_SET masks are library-side and for the set member of the fisx structure. *_IS masks are daemon-side and used only in the status mask returned by the packet analyzer methods, and code in the core library that uses same. Never the twain shall meet. All regression tests pass.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/subframe.c b/subframe.c
index 48d90bfd..25ae45b0 100644
--- a/subframe.c
+++ b/subframe.c
@@ -162,7 +162,6 @@ gps_mask_t gpsd_interpret_subframe(struct gps_device_t *session,
uint8_t preamble;
int i = 0; /* handy loop counter */
struct subframe_t *subp = &session->gpsdata.subframe;
- session->gpsdata.set |= SUBFRAME_SET;
gpsd_report(LOG_IO,
"50B: gpsd_interpret_subframe: (%d) "
"%06x %06x %06x %06x %06x %06x %06x %06x %06x %06x\n",