2015-10-14 08:52:43

by Tamizh Chelvam Raja

[permalink] [raw]
Subject: [PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version

From: Tamizh chelvam <[email protected]>

Currently printing fw stats in ath10k is common to all firmware versions.
Printing all the stats might lead to confusion because some of the stats
are firmware specific and when printed will have 0's.
Below patchset prints firmware stats specific to firmware.

v2:
> All the filtered functions moved to wmi.c
> Added firmware stats support for 10.4 firmware.

Manikanta (2):
ath10k: Make fw stats prints specific to firmware version
ath10k: add fw_stats support to 10.4 firmware

drivers/net/wireless/ath/ath10k/core.h | 12 +
drivers/net/wireless/ath/ath10k/debug.c | 267 +------------
drivers/net/wireless/ath/ath10k/debug.h | 3 +
drivers/net/wireless/ath/ath10k/wmi-ops.h | 13 +
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 1 +
drivers/net/wireless/ath/ath10k/wmi.c | 588 +++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath10k/wmi.h | 144 +++++++
7 files changed, 769 insertions(+), 259 deletions(-)

--
1.7.9.5



2015-10-19 14:42:55

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version

<[email protected]> writes:

> From: Tamizh chelvam <[email protected]>
>
> Currently printing fw stats in ath10k is common to all firmware versions.
> Printing all the stats might lead to confusion because some of the stats
> are firmware specific and when printed will have 0's.
> Below patchset prints firmware stats specific to firmware.
>
> v2:
> > All the filtered functions moved to wmi.c
> > Added firmware stats support for 10.4 firmware.
>
> Manikanta (2):
> ath10k: Make fw stats prints specific to firmware version

Applied this patch.

> ath10k: add fw_stats support to 10.4 firmware

Dropped this patch due to the bug I saw. Please resend once you have
fixed that.

--
Kalle Valo

2015-10-20 03:50:05

by Tamizh Chelvam Raja

[permalink] [raw]
Subject: RE: [PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version

>> From: Tamizh chelvam <[email protected]>
>>
>> Currently printing fw stats in ath10k is common to all firmware versions.
>> Printing all the stats might lead to confusion because some of the
>> stats are firmware specific and when printed will have 0's.
>> Below patchset prints firmware stats specific to firmware.
>>
>> v2:
>> > All the filtered functions moved to wmi.c
>> > Added firmware stats support for 10.4 firmware.
>>
>> Manikanta (2):
>> ath10k: Make fw stats prints specific to firmware version

>Applied this patch.

>> ath10k: add fw_stats support to 10.4 firmware

>Dropped this patch due to the bug I saw. Please resend once you have fixed that.

Ok kalle. I will send the patch once the issue fixed.

___
Tamizh.