qcacmn: Fix typo "seperate"
Replace typo "seperate" with correct spelling "separate". Change-Id: I742473a16b79c5b91722c3642c983a7fa6dfd252 CRs-Fixed: 2238309
This commit is contained in:
@@ -43,7 +43,7 @@ qdf_export_symbol(wlan_lmac_if_sptrl_set_rx_ops_register_cb);
|
||||
#endif /* WLAN_CONV_SPECTRAL_ENABLE */
|
||||
|
||||
/*
|
||||
* spectral scan is built as seperate .ko for WIN where
|
||||
* spectral scan is built as separate .ko for WIN where
|
||||
* MCL it is part of wlan.ko so the registration of
|
||||
.* rx ops to global lmac if layer is different between WIN
|
||||
* and MCL
|
||||
|
@@ -54,7 +54,7 @@
|
||||
* mempool, for example, data using Interface Memory,
|
||||
* desc and other using DRAM, they need different SDIO
|
||||
* mbox channels.
|
||||
* b) currently, tx mempool in LL case is seperated from
|
||||
* b) currently, tx mempool in LL case is separated from
|
||||
* main mempool, the structure (descs at the beginning
|
||||
* of every pool buffer) is different, because they only
|
||||
* need store tx desc from host. To align with LL case,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -130,7 +130,7 @@ wlan_serialization_remove_all_cmd_from_queue(qdf_list_t *queue,
|
||||
/*
|
||||
* active queue can't be removed directly, requester needs to
|
||||
* wait for active command response and send remove request for
|
||||
* active command seperately
|
||||
* active command separately
|
||||
*/
|
||||
if (is_active_queue) {
|
||||
if (!psoc || !cmd_list) {
|
||||
@@ -391,7 +391,7 @@ wlan_serialization_dequeue_cmd(struct wlan_serialization_command *cmd,
|
||||
* 2) two main types of commands to process
|
||||
* a) SCAN
|
||||
* b) NON-SCAN
|
||||
* 3) for each command there are seperate command queues per pdev
|
||||
* 3) for each command there are separate command queues per pdev
|
||||
* 4) iterate through every pdev object and find the command and remove
|
||||
*/
|
||||
|
||||
|
@@ -176,7 +176,7 @@ wlan_serialization_enqueue_cmd(struct wlan_serialization_command *cmd,
|
||||
* 2) two main types of commands to process
|
||||
* a) SCAN
|
||||
* b) NON-SCAN
|
||||
* 3) for each command there are seperate command queues per pdev
|
||||
* 3) for each command there are separate command queues per pdev
|
||||
* 4) pull pdev from vdev structure and get the command queue associated
|
||||
* with that pdev and try to enqueue on those queue
|
||||
* 5) Thumb rule:
|
||||
|
@@ -1121,7 +1121,7 @@ static uint8_t dfs_find_ch_with_fallback(
|
||||
/*
|
||||
* Only 2 blocks for 160Mhz bandwidth i.e 36-64 & 100-128
|
||||
* and all the channels in these blocks are continuous
|
||||
* and seperated by 4Mhz.
|
||||
* and separated by 4Mhz.
|
||||
*/
|
||||
for (i = 1; ((i < final_cnt)); i++) {
|
||||
if ((final_lst[i] - final_lst[i-1]) ==
|
||||
|
@@ -643,7 +643,7 @@ struct wlan_lmac_if_target_tx_ops {
|
||||
/**
|
||||
* struct wlan_lmac_if_offchan_txrx_ops - Function pointers to check target
|
||||
* capabilities related to offchan txrx.
|
||||
* @offchan_data_tid_support: To check if target supports seperate tid for
|
||||
* @offchan_data_tid_support: To check if target supports separate tid for
|
||||
* offchan data tx.
|
||||
*/
|
||||
struct wlan_lmac_if_offchan_txrx_ops {
|
||||
|
Reference in New Issue
Block a user