Skip to content

Commit

Permalink
HOS-21650 [AP3000] Radio link is not listed under telrgraf
Browse files Browse the repository at this point in the history
Updating review comments
  • Loading branch information
krvenkatvishal committed Sep 27, 2024
1 parent e043fff commit 1c89672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/inputs/ah_wireless/ah_wireless.go
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@ func Gather_Client_Stat(t *Ah_wireless, acc telegraf.Accumulator) error {
var numassoc int
var stainfo *ah_ieee80211_sta_info

var tot_rx_tx, tot_rate_frame uint32
var tot_rx_tx uint32
var tot_rate_frame uint32
var tot_pcnt int64
var conn_score int64
var tx_total int64
Expand Down

0 comments on commit 1c89672

Please sign in to comment.