* Add method to report current transmit power of the radio

interface, dot11_cur_tx_pwr_mw(), in Airespace class
* Correct reporting of SSID broadcast status in Airespace class
This commit is contained in:
Eric A. Miller
2012-06-27 20:36:35 -04:00
parent 63687b5f8f
commit 3b25711e1f
2 changed files with 60 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ version 2.07 ()
[ENHANCEMENTS]
* Add method to report current transmit power of the radio interface,
dot11_cur_tx_pwr_mw(), in Airespace class
* [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek)
* [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
* [3286549] Dell LLDP Support (Nico Giefing)
@@ -20,6 +22,7 @@ version 2.07 ()
[BUG FIXES]
* Correct reporting of SSID broadcast status in Airespace class
* [2929883] [3413999] LLDP interface mapping issue
* [3297786] LLDP TimeMark component defaults to zero (David Baldwin)
* [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)