Removing all the tests for the bluetooth transport plugin.
[oweals/gnunet.git] / src / transport / gnunet-helper-transport-wlan.c
index 3ad4d64c424dbbf6433b4015d971e47328037e0e..b23f43dde368ddfa4a6711ae1be32a6aa411aeef 100644 (file)
@@ -1482,7 +1482,7 @@ linux_read (struct HardwareInfos *dev,
            if (PRISM_STATUS_OK == pv.status)
            {
              ri->ri_noise = pv.data;
-             got_noise = 1;
+             /* got_noise = 1; */
            }
            break;
          case PRISM_DID_RATE:
@@ -1504,7 +1504,7 @@ linux_read (struct HardwareInfos *dev,
            if (PRISM_STATUS_OK == pv.status)
            {
              ri->ri_power = pv.data;
-             got_signal = 1;
+             /* got_signal = 1; */
            }
            break;
          }