qcacld-3.0: Fix misspelling "firmare"
Fix misspelling: firmare ==> firmware Change-Id: I625443e4333b1c9326fff93ab3f4beed2d08cc01 CRs-Fixed: 3274602
This commit is contained in:

committed by
Madan Koyyalamudi

parent
72236b005a
commit
4b47333a44
@@ -220,7 +220,7 @@ void wlan_hdd_twt_deinit(struct hdd_context *hdd_ctx);
|
||||
/**
|
||||
* hdd_test_config_twt_setup_session() - Process TWT setup
|
||||
* operation in the received test config vendor command and
|
||||
* send it to firmare
|
||||
* send it to firmware
|
||||
* @adapter: adapter pointer
|
||||
* @tb: nl attributes
|
||||
*
|
||||
@@ -234,7 +234,7 @@ int hdd_test_config_twt_setup_session(struct hdd_adapter *adapter,
|
||||
/**
|
||||
* hdd_test_config_twt_terminate_session() - Process TWT terminate
|
||||
* operation in the received test config vendor command and send
|
||||
* it to firmare
|
||||
* it to firmware
|
||||
* @adapter: adapter pointer
|
||||
* @tb: nl attributes
|
||||
*
|
||||
|
@@ -167,7 +167,7 @@ void wlan_hdd_twt_init(struct hdd_context *hdd_ctx)
|
||||
/**
|
||||
* hdd_twt_terminate_session - Process TWT terminate
|
||||
* operation in the received vendor command and
|
||||
* send it to firmare
|
||||
* send it to firmware
|
||||
* @adapter: adapter pointer
|
||||
* @twt_param_attr: nl attributes
|
||||
*
|
||||
@@ -1431,7 +1431,7 @@ wmi_twt_nudge_status_to_vendor_twt_status(enum WMI_HOST_NUDGE_TWT_STATUS status)
|
||||
/**
|
||||
* wmi_twt_add_cmd_to_vendor_twt_resp_type() - convert from
|
||||
* WMI_HOST_TWT_COMMAND to qca_wlan_vendor_twt_setup_resp_type
|
||||
* @status: WMI_HOST_TWT_COMMAND value from firmare
|
||||
* @status: WMI_HOST_TWT_COMMAND value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_setup_resp_type values for valid
|
||||
* WMI_HOST_TWT_COMMAND value and -EINVAL for invalid value
|
||||
@@ -1456,7 +1456,7 @@ int wmi_twt_add_cmd_to_vendor_twt_resp_type(enum WMI_HOST_TWT_COMMAND type)
|
||||
/**
|
||||
* wmi_twt_del_status_to_vendor_twt_status() - convert from
|
||||
* WMI_HOST_DEL_TWT_STATUS to qca_wlan_vendor_twt_status
|
||||
* @status: WMI_HOST_DEL_TWT_STATUS value from firmare
|
||||
* @status: WMI_HOST_DEL_TWT_STATUS value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_status values corresponsing
|
||||
* to the firmware failure status
|
||||
@@ -1499,7 +1499,7 @@ int wmi_twt_del_status_to_vendor_twt_status(enum WMI_HOST_DEL_TWT_STATUS status)
|
||||
/**
|
||||
* wmi_twt_add_status_to_vendor_twt_status() - convert from
|
||||
* WMI_HOST_ADD_TWT_STATUS to qca_wlan_vendor_twt_status
|
||||
* @status: WMI_HOST_ADD_TWT_STATUS value from firmare
|
||||
* @status: WMI_HOST_ADD_TWT_STATUS value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_status values corresponding
|
||||
* to WMI_HOST_ADD_TWT_STATUS.
|
||||
@@ -2034,7 +2034,7 @@ static bool hdd_twt_setup_conc_allowed(struct hdd_context *hdd_ctx,
|
||||
|
||||
/**
|
||||
* hdd_twt_setup_session() - Process TWT setup operation in the
|
||||
* received vendor command and send it to firmare
|
||||
* received vendor command and send it to firmware
|
||||
* @adapter: adapter pointer
|
||||
* @twt_param_attr: nl attributes
|
||||
*
|
||||
@@ -2692,7 +2692,7 @@ static int hdd_sta_twt_terminate_session(struct hdd_adapter *adapter,
|
||||
/**
|
||||
* hdd_twt_terminate_session - Process TWT terminate
|
||||
* operation in the received vendor command and
|
||||
* send it to firmare
|
||||
* send it to firmware
|
||||
* @adapter: adapter pointer
|
||||
* @twt_param_attr: nl attributes
|
||||
*
|
||||
|
@@ -1607,7 +1607,7 @@ int wma_mcc_vdev_tx_pause_evt_handler(void *handle, uint8_t *event,
|
||||
* @config: Bad peer configuration from SIR module
|
||||
*
|
||||
* It is a wrapper function to sent WMI_PEER_SET_RATE_REPORT_CONDITION_CMDID
|
||||
* to the firmare\target.If the command sent to firmware failed, free the
|
||||
* to the firmware\target. If the command sent to firmware failed, free the
|
||||
* buffer that allocated.
|
||||
*
|
||||
* Return: QDF_STATUS based on values sent to firmware
|
||||
|
@@ -116,7 +116,7 @@ static uint32_t osif_twt_get_event_len(void)
|
||||
/**
|
||||
* twt_add_status_to_vendor_twt_status() - convert from
|
||||
* HOST_ADD_TWT_STATUS to qca_wlan_vendor_twt_status
|
||||
* @status: HOST_ADD_TWT_STATUS value from firmare
|
||||
* @status: HOST_ADD_TWT_STATUS value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_status values corresponding
|
||||
* to HOST_ADD_TWT_STATUS.
|
||||
@@ -163,7 +163,7 @@ twt_add_status_to_vendor_twt_status(enum HOST_ADD_TWT_STATUS status)
|
||||
/**
|
||||
* twt_del_status_to_vendor_twt_status() - convert from
|
||||
* HOST_DEL_TWT_STATUS to qca_wlan_vendor_twt_status
|
||||
* @status: HOST_DEL_TWT_STATUS value from firmare
|
||||
* @status: HOST_DEL_TWT_STATUS value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_status values corresponding
|
||||
* to HOST_DEL_TWT_STATUS.
|
||||
@@ -280,7 +280,7 @@ twt_nudge_status_to_vendor_twt_status(enum HOST_TWT_NUDGE_STATUS status)
|
||||
/**
|
||||
* twt_add_cmd_to_vendor_twt_resp_type() - convert from
|
||||
* HOST_TWT_COMMAND to qca_wlan_vendor_twt_setup_resp_type
|
||||
* @status: HOST_TWT_COMMAND value from firmare
|
||||
* @status: HOST_TWT_COMMAND value from firmware
|
||||
*
|
||||
* Return: qca_wlan_vendor_twt_setup_resp_type values for valid
|
||||
* HOST_TWT_COMMAND value and -EINVAL for invalid value
|
||||
|
Reference in New Issue
Block a user