odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)

Adrian Chadd adrian at freebsd.org
Wed Apr 19 21:01:38 PDT 2017


does the newer firmware expect something ath10k isn't supplying? I
found (when porting ath10k to freebsd) that rome is pickier when it
comes to commands being sent and requires commands that 10.2 on
peregrine was less picky about.



-adrian


On 19 April 2017 at 20:50, Mohammed Shafi Shajakhan (Mohammed Shafi)
<mohammed at qti.qualcomm.com> wrote:
> Hi,
>
> my quick analysis suggests this belongs to
> 'WMI_TLV_GRP_STATS'
>
> WMI_TLV_STATS_EXT_EVENTID = WMI_TLV_EV(WMI_TLV_GRP_STATS), equals to 90112 (0x16000)
>         WMI_TLV_IFACE_LINK_STATS_EVENTID, 90113
>         WMI_TLV_PEER_LINK_STATS_EVENTID, 90114
>         WMI_TLV_RADIO_LINK_STATS_EVENTID, 90015
>              .... ?
>         WMI_TLV_NLO_MATCH_EVENTID = WMI_TLV_EV(WMI_TLV_GRP_NLO_OFL),
>
> but this should be a harmless warning message indicating the host had not implemented
> any action for this particular event.
>
> For example in 10.2 wmi.c
>
>
>    case WMI_10_2_GPIO_INPUT_EVENTID:
>         case WMI_10_2_PEER_RATECODE_LIST_EVENTID:
>         case WMI_10_2_GENERIC_BUFFER_EVENTID:
>         case WMI_10_2_MCAST_BUF_RELEASE_EVENTID:
>         case WMI_10_2_MCAST_LIST_AGEOUT_EVENTID:
>         case WMI_10_2_WDS_PEER_EVENTID:
>                 ath10k_dbg(ar, ATH10K_DBG_WMI,
>                            "received event id %d not implemented\n", id);
>                 break;
>
>
> ________________________________________
> From: ath10k <ath10k-bounces at lists.infradead.org> on behalf of Michael Scott <michael.scott at linaro.org>
> Sent: 20 April 2017 00:07
> To: ath10k at lists.infradead.org
> Cc: Kalle Valo
> Subject: odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)
>
> I am currently testing a QCA6174-based M.2/NGFF card (KillerAC 1535) w/
> linux-next kernel.  When I use the firmware-5.bin from Kalle Valo's
> github: https://github.com/kvalo/ath10k-firmware, I see the following
> message occasionally in dmesg:
> ath10k_pci 0000:01:00.0: Unknown eventid: 90118
>
> If I revert back to firmware-4.bin, that message goes away.
>
> (Spoke with kvalo on IRC and passing this info along to the list)
>
> - Mike
>
> _______________________________________________
> ath10k mailing list
> ath10k at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
>
> _______________________________________________
> ath10k mailing list
> ath10k at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k



More information about the ath10k mailing list