aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-10-23 20:53:49 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-10-30 12:21:39 -0700
commit19942574228e32102f85ec93985cd962ba30f9eb (patch)
treeff738dbdf778e9841e03e8e88e11150f01f3b48d
parent3fb58aa07753669d5caea24a9bd134ac3d08af57 (diff)
downloadcrda-19942574228e32102f85ec93985cd962ba30f9eb.tar.gz
crda: remove antenna gain
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--reglib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/reglib.c b/reglib.c
index fa6efe0..b0c61e5 100644
--- a/reglib.c
+++ b/reglib.c
@@ -673,11 +673,6 @@ static void print_reg_rule(const struct ieee80211_reg_rule *rule)
printf("(");
- if (power->max_antenna_gain)
- printf("%.2f, ", ((float)(power->max_antenna_gain)/100.0));
- else
- printf("N/A, ");
-
if (power->max_eirp)
printf("%.2f)", ((float)(power->max_eirp)/100.0));
else