carl9170 firmware: remove noisy debug messages
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 30 Jun 2011 17:29:03 +0000 (19:29 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 30 Jun 2011 17:30:59 +0000 (19:30 +0200)
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/main.c
carlfw/src/rf.c

index bfcd341fb06cd97ad107949be3bfca1a89c1bb9a..2c8ea9a30540acf7cf2744e9599943e4ad4caa37 100644 (file)
@@ -73,8 +73,6 @@ void clock_set(enum cpu_clock_t clock_, bool on)
        }
 
        timer_init(1, (fw.ticks_per_usec * 25) >> 1);
        }
 
        timer_init(1, (fw.ticks_per_usec * 25) >> 1);
-
-       INFO("SET CLOCK c:%d t:%d tt:%d f:%d\n", clock_, fw.ticks_per_usec, (fw.ticks_per_usec * 25) >> 1, fw.phy.frequency);
 }
 
 static void init(void)
 }
 
 static void init(void)
index 9537c2a747f4d3d48849c4b36e45884f6ccd4e0e..8bf34ea5e0aac3be7c4c7355b42c3abd9eb8057e 100644 (file)
@@ -222,10 +222,6 @@ void rf_psm(void)
 {
        u32 bank3;
 
 {
        u32 bank3;
 
-       /*
-        * FIXME: Does not work on 5GHz band!
-        */
-
        if (fw.phy.psm.state == CARL9170_PSM_SOFTWARE) {
                /* not enabled by the driver */
                return;
        if (fw.phy.psm.state == CARL9170_PSM_SOFTWARE) {
                /* not enabled by the driver */
                return;