Zhonglin Zhang <zhonglin@xxxxxxxxxxxxxx> wrote: > New wmi event "WMI_TLV_IFACE_COMBINATION_EVENTID" is used. > If WMI_SERVICE_IFACE_COMBINATION_SUPPORT service bit set and > WMI_TLV_IFACE_COMBINATION_EVENTID event got from FW side, then > interface combinations reported from FW will override the default > combinations which is hard-coded in host drivers. > > Tested HW: WCN3990 > Tested FW: WLAN.HL.3.1-01061-QCAHLSWMTPL-1 > > Signed-off-by: Zhonglin Zhang <zhonglin@xxxxxxxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> This introduced a new warning: drivers/net/wireless/ath/ath10k/wmi-tlv.c:556:41: warning: incorrect type in argument 1 (different base types) drivers/net/wireless/ath/ath10k/wmi-tlv.c:556:41: expected unsigned long [usertype] n drivers/net/wireless/ath/ath10k/wmi-tlv.c:556:41: got restricted __le32 [usertype] limits_n I fixed that in the pending branch. -- https://patchwork.kernel.org/patch/11027361/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches