Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09af8f85 authored by Michal Kazior's avatar Michal Kazior Committed by Kalle Valo
Browse files

ath10k: silent warning in IBSS mode



There is no TIM IE generated in IBSS beacons by
mac80211.

Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent cba4ca75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ static void ath10k_wmi_update_tim(struct ath10k *ar,
	ie = (u8 *)cfg80211_find_ie(WLAN_EID_TIM, ies,
				    (u8 *)skb_tail_pointer(bcn) - ies);
	if (!ie) {
		/* highly unlikely for mac80211 */
		if (arvif->vdev_type != WMI_VDEV_TYPE_IBSS)
			ath10k_warn("no tim ie found;\n");
		return;
	}