|
@@ -2297,6 +2297,22 @@ ucfg_mlme_get_vht_for_24ghz(struct wlan_objmgr_psoc *psoc, bool *value)
|
|
|
return wlan_mlme_get_vht_for_24ghz(psoc, value);
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * ucfg_mlme_set_vht_for_24ghz() - Enables/disables vht for 24ghz
|
|
|
+ * @psoc: psoc context
|
|
|
+ * @value: data to be set
|
|
|
+ *
|
|
|
+ * Inline UCFG API to be used by HDD/OSIF callers to set the
|
|
|
+ * ignore_peer_ht_opmode flag value
|
|
|
+ *
|
|
|
+ * Return: QDF_STATUS_SUCCESS or QDF_STATUS_FAILURE
|
|
|
+ */
|
|
|
+static inline QDF_STATUS
|
|
|
+ucfg_mlme_set_vht_for_24ghz(struct wlan_objmgr_psoc *psoc, bool value)
|
|
|
+{
|
|
|
+ return wlan_mlme_set_vht_for_24ghz(psoc, value);
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* ucfg_mlme_get_vendor_vht_for_24ghz() - Enables/disables vendor vht for 24ghz
|
|
|
* @psoc: psoc context
|