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

Commit 1abb9c9f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ath10k: Set fw feature flag for no 4addr hdr padding"

parents c8ca44d5 88b589ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1310,6 +1310,8 @@ static int ath10k_core_fetch_firmware_files(struct ath10k *ar)
		__set_bit(ATH10K_FW_FEATURE_WOWLAN_SUPPORT,
			  fw_file->fw_features);
		__set_bit(WMI_SERVICE_WOW, ar->wmi.svc_map);
		__set_bit(ATH10K_FW_FEATURE_NO_NWIFI_DECAP_4ADDR_PADDING,
			  fw_file->fw_features);
		return 0;
	}