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

Commit 0e140dfd authored by Divyajyothi Goparaju's avatar Divyajyothi Goparaju Committed by Madan Koyyalamudi
Browse files

qcacmn: Vendor specific feature capability for dbs

Add feature capability indication for dbs for the
drivers to advertize support for this.

Change-Id: Ic6941e58a30d6aa6a867a12ddd7a8db5abbb1673
CRs-Fixed: 2821654
parent df787f7e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3746,6 +3746,10 @@ enum qca_wlan_vendor_attr_nd_offload {
 *	%QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL and
 *	%QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW attributes from
 *	userspace.
 * @QCA_WLAN_VENDOR_FEATURE_CONCURRENT_BAND_SESSIONS: Device supports
 *	concurrent network sessions on different Wi-Fi Bands. This feature
 *	capability is attributed to the hardware's capability to support
 *	the same (e.g., DBS).
 * @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
 */
enum qca_wlan_vendor_features {
@@ -3761,6 +3765,7 @@ enum qca_wlan_vendor_features {
	QCA_WLAN_VENDOR_FEATURE_11AX = 9,
	QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT = 10,
	QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG = 11,
	QCA_WLAN_VENDOR_FEATURE_CONCURRENT_BAND_SESSIONS = 13,

	NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
};