From 08ef91ba10763b0ddbe4cb242f426294b0504f98 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 22 Feb 2011 20:49:11 +0000 Subject: [PATCH 1/1] Removed unnecessary register prints in RF_promiscuity of CCSPI. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@936 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETCCSPI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/GoodFETCCSPI.py b/client/GoodFETCCSPI.py index 411fcaa..8172422 100644 --- a/client/GoodFETCCSPI.py +++ b/client/GoodFETCCSPI.py @@ -194,9 +194,9 @@ class GoodFETCCSPI(GoodFET): print "Don't know how to hold a carrier."; def RF_promiscuity(self,promiscuous=1): mdmctrl0=self.peek(0x11); - print "mdmctrl0 was %04x" % mdmctrl0; + #print "mdmctrl0 was %04x" % mdmctrl0; mdmctrl0=mdmctrl0&(~0x800); - print "mdmctrl0 is now %04x" % mdmctrl0; + #print "mdmctrl0 is now %04x" % mdmctrl0; self.poke(0x11,mdmctrl0); return; -- 2.20.1