[PATCH] ath10k: fix printing of peer stats in non-AP firmware

Yeoh Chun-Yeow yeohchunyeow at gmail.com
Tue Mar 25 05:38:05 EDT 2014


> I don't think that's true for 10.1 firmware and AP interface types.

I try to play around with 10.1 firmware as AP (3 connected STAs) and I
get the following:

The first WMI_UPDATE_STATS_EVENTID as follow:
[  338.290000] ath10k: pdev 0 vdev 0 peer 3
[  338.300000] ath10k: MAC 04:f0:21:0c:a5:44
[  338.300000] ath10k: RSSI 60
[  338.300000] ath10k: Tx 1170000
[  338.310000] ath10k: Rx 1170000
[  338.310000] ath10k: MAC 04:f0:21:0c:a5:19
[  338.320000] ath10k: RSSI 64
[  338.320000] ath10k: Tx 1300000
[  338.320000] ath10k: Rx 975000
[  338.320000] ath10k: MAC 04:f0:21:0c:a5:1c
[  338.330000] ath10k: RSSI 71
[  338.330000] ath10k: Tx 975000
[  338.330000] ath10k: Rx 1300000

I think that above is correct.

The second WMI_UPDATE_STATS_EVENTID as follow:
[  338.340000] ath10k: pdev 1 vdev 0 peer 1
[  338.350000] ath10k: MAC a8:02:00:00:00:00
[  338.350000] ath10k: RSSI 0
[  338.350000] ath10k: Tx 565
[  338.360000] ath10k: Rx 0

Although indicating 1 peer, but the data seems to be not the peer
stats, not even self STA stats. Any idea?

---
Chun-Yeow



More information about the ath10k mailing list