|
@@ -2265,12 +2265,12 @@ int sme_set_auto_rate_he_ltf(tHalHandle hal, uint8_t session_id,
|
|
|
#ifdef WLAN_FEATURE_11AX
|
|
|
/**
|
|
|
* sme_update_tgt_he_cap() - sets the HE caps to pmac
|
|
|
- * @hal: Pointer to HAL
|
|
|
- * @cfg: Pointer to wma target cfg
|
|
|
+ * @mac_handle: Pointer to MAC handle
|
|
|
+ * @cfg: Pointer to WMA target CFG
|
|
|
*
|
|
|
* Return: None
|
|
|
*/
|
|
|
-void sme_update_tgt_he_cap(tHalHandle hal, struct wma_tgt_cfg *cfg);
|
|
|
+void sme_update_tgt_he_cap(mac_handle_t mac_handle, struct wma_tgt_cfg *cfg);
|
|
|
|
|
|
/**
|
|
|
* sme_update_he_cap_nss() - sets the nss based on user request
|
|
@@ -2344,8 +2344,8 @@ int sme_update_he_frag_supp(tHalHandle hal, uint8_t session_id,
|
|
|
int sme_update_he_ldpc_supp(tHalHandle hal, uint8_t session_id,
|
|
|
uint16_t he_ldpc);
|
|
|
#else
|
|
|
-static inline void sme_update_tgt_he_cap(tHalHandle hal,
|
|
|
- struct wma_tgt_cfg *cfg)
|
|
|
+static inline void sme_update_tgt_he_cap(mac_handle_t mac_handle,
|
|
|
+ struct wma_tgt_cfg *cfg)
|
|
|
{}
|
|
|
static inline void sme_update_he_cap_nss(tHalHandle hal, uint8_t session_id,
|
|
|
uint8_t nss)
|