qcacld-3.0: Fix misspelling "implict"

Fix misspelling: implict ==> implicit

Change-Id: I150ae8f5fd8a9ce9039d4344c1e1da9026bd10ce
CRs-Fixed: 3275696
このコミットが含まれているのは:
Jeff Johnson
2022-08-24 09:08:39 -07:00
committed by Madan Koyyalamudi
コミット b5a18bdbe6
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@@ -1920,7 +1920,7 @@ static QDF_STATUS tdls_config_force_peer(
/* /*
* In case of liberal external mode, supplicant will provide peer mac * In case of liberal external mode, supplicant will provide peer mac
* address but driver has to behave similar to implict mode ie * address but driver has to behave similar to implicit mode ie
* establish tdls link with any peer that supports tdls and meets stats * establish tdls link with any peer that supports tdls and meets stats
*/ */
if (TDLS_IS_LIBERAL_EXTERNAL_CONTROL_ENABLED(feature)) { if (TDLS_IS_LIBERAL_EXTERNAL_CONTROL_ENABLED(feature)) {

ファイルの表示

@@ -141,7 +141,7 @@ struct hdd_wmm_qos_context {
* @has_access_failed - has implicit QoS negotiation already failed? * @has_access_failed - has implicit QoS negotiation already failed?
* @was_access_granted - has implicit QoS negotiation already succeeded? * @was_access_granted - has implicit QoS negotiation already succeeded?
* @is_access_allowed - is access to this AC allowed, either because we * @is_access_allowed - is access to this AC allowed, either because we
* are not doing WMM, we are not doing implicit QoS, implict QoS has * are not doing WMM, we are not doing implicit QoS, implicit QoS has
* completed, or explicit QoS has completed? * completed, or explicit QoS has completed?
* @is_tspec_valid - is the tspec valid? * @is_tspec_valid - is the tspec valid?
* @is_uapsd_info_valid - are the UAPSD-related fields valid? * @is_uapsd_info_valid - are the UAPSD-related fields valid?