diff options
author | Sam Leffler <sam@FreeBSD.org> | 2009-02-05 17:51:46 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2009-02-05 17:51:46 +0000 |
commit | b8bd4a9751d101a32257bd893d81c008376bb1bb (patch) | |
tree | 0110ef34ad38453216827265023898b7d82a25ad /sbin/ifconfig/regdomain.h | |
parent | 3f147ab25163eb6f6f11777db1cf796188ba123f (diff) |
add support for max antenna gain (not used at the moment)
Notes
Notes:
svn path=/head/; revision=188155
Diffstat (limited to 'sbin/ifconfig/regdomain.h')
-rw-r--r-- | sbin/ifconfig/regdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/regdomain.h b/sbin/ifconfig/regdomain.h index 5b37a0b17fc2..05ddb620b172 100644 --- a/sbin/ifconfig/regdomain.h +++ b/sbin/ifconfig/regdomain.h @@ -49,6 +49,7 @@ struct netband { const struct freqband *band; /* channel list description */ uint8_t maxPower; /* regulatory cap on tx power (dBm) */ uint8_t maxPowerDFS; /* regulatory cap w/ DFS (dBm) */ + uint8_t maxAntGain; /* max allowed antenna gain (.5 dBm) */ uint32_t flags; /* net80211 channel flags */ LIST_ENTRY(netband) next; |