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

Commit cdf690cd authored by Lior David's avatar Lior David
Browse files

wil6210: fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID



Fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID to match the official
value from the QCA vendor command definitions (qca-vendor.h)

Change-Id: I549752fe5c29de5346cf9263ccc16266cafbbecd
Signed-off-by: default avatarLior David <liord@codeaurora.org>
parent 0a8e939a
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,