On 27 November 2014 at 10:11, Michal Kazior <michal.kazior@xxxxxxxxx> wrote: > Latest main firmware branch introduced a new WMI > ABI called wmi-tlv. It is not a tlv strictly > speaking but something that resembles it because > it is ordered and may have duplicate id entries. > > This prepares ath10k to support new hw. > > Signed-off-by: Michal Kazior <michal.kazior@xxxxxxxxx> [...] > @@ -215,6 +254,42 @@ static inline char *wmi_service_name(int service_id) > SVCSTR(WMI_SERVICE_BURST); > SVCSTR(WMI_SERVICE_SMART_ANTENNA_SW_SUPPORT); > SVCSTR(WMI_SERVICE_SMART_ANTENNA_HW_SUPPORT); > + SVCSTR(WMI_SERVICE_ROAM_SCAN_OFFLOAD); > + SVCSTR(WMI_SERVICE_AP_PS_DETECT_OUT_OF_SYNC); > + SVCSTR(WMI_SERVICE_EARLY_RX); [...] > + SVCSTR(WMI_SERVICE_RX_FULL_REORDER); > + SVCSTR(WMI_SERVICE_DHCP_OFFLOAD); I've added 3 new service enums in v2: WMI_SERVICE_STA_RX_IPA_OFFLOAD_SUPPORT, WMI_SERVICE_MDNS_OFFLOAD, WMI_SERVICE_SAP_AUTH_OFFLOAD but apparently I forgot to add SVCSTR() for that.. Michał -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html