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

Commit bcdbe43a authored by Lior David's avatar Lior David Committed by Alexei Avshalom Lazar
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>
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
Signed-off-by: default avatarAlexei Avshalom Lazar <ailizaro@codeaurora.org>
parent abcaaf64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ enum qca_attr_loc {
	QCA_ATTR_AOA_TYPE = 23,
	QCA_ATTR_LOC_ANTENNA_ARRAY_MASK = 24,
	QCA_ATTR_AOA_MEAS_RESULT = 25,
	QCA_ATTR_FREQ = 26,
	QCA_ATTR_FREQ = 28,
	/* keep last */
	QCA_ATTR_LOC_AFTER_LAST,
	QCA_ATTR_LOC_MAX = QCA_ATTR_LOC_AFTER_LAST - 1,