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

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

Merge "wil6210: fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID"

parents e1d0109f cdf690cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
@@ -96,7 +96,7 @@ enum qca_wlan_vendor_attr_loc {
	QCA_WLAN_VENDOR_ATTR_AOA_TYPE = 23,
	QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK = 24,
	QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT = 25,
	QCA_WLAN_VENDOR_ATTR_FREQ = 26,
	QCA_WLAN_VENDOR_ATTR_FREQ = 28,
	/* keep last */
	QCA_WLAN_VENDOR_ATTR_LOC_AFTER_LAST,
	QCA_WLAN_VENDOR_ATTR_LOC_MAX = QCA_WLAN_VENDOR_ATTR_LOC_AFTER_LAST - 1,