diff mbox

[RFC] crda: remove antenna gain

Message ID 1382554461-27746-1-git-send-email-mcgrof@do-not-panic.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Luis R. Rodriguez Oct. 23, 2013, 6:54 p.m. UTC
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
---
 reglib.c | 5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

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