Skip to content

Commit 1994257

Browse files
committed
crda: remove antenna gain
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
1 parent 3fb58aa commit 1994257

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

reglib.c

-5
Original file line numberDiff line numberDiff line change
@@ -673,11 +673,6 @@ static void print_reg_rule(const struct ieee80211_reg_rule *rule)
673673

674674
printf("(");
675675

676-
if (power->max_antenna_gain)
677-
printf("%.2f, ", ((float)(power->max_antenna_gain)/100.0));
678-
else
679-
printf("N/A, ");
680-
681676
if (power->max_eirp)
682677
printf("%.2f)", ((float)(power->max_eirp)/100.0));
683678
else

0 commit comments

Comments
 (0)