From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hvi4Z-00083C-Px for ath11k@lists.infradead.org; Thu, 08 Aug 2019 13:03:17 +0000 From: Maharaja Kennadyrajan Subject: [PATCH 03/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in ce.h Date: Thu, 8 Aug 2019 18:33:00 +0530 Message-Id: <1565269392-2838-4-git-send-email-mkenna@codeaurora.org> In-Reply-To: <1565269392-2838-1-git-send-email-mkenna@codeaurora.org> References: <1565269392-2838-1-git-send-email-mkenna@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: ath11k@lists.infradead.org Cc: Maharaja Kennadyrajan To avoid confusion and better readability, renamed the ath11k_base struct from 'sc' to 'ab' in ce.h file. Signed-off-by: Maharaja Kennadyrajan --- drivers/net/wireless/ath/ath11k/ce.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/ce.h b/drivers/net/wireless/ath/ath11k/ce.h index 9f25bad504e9..5cc3fea55e0f 100644 --- a/drivers/net/wireless/ath/ath11k/ce.h +++ b/drivers/net/wireless/ath/ath11k/ce.h @@ -143,7 +143,7 @@ struct ath11k_ce_ring { }; struct ath11k_ce_pipe { - struct ath11k_base *sc; + struct ath11k_base *ab; u16 pipe_num; unsigned int attr_flags; unsigned int buf_sz; @@ -177,10 +177,10 @@ void ath11k_ce_rx_replenish_retry(struct timer_list *t); void ath11k_ce_per_engine_service(struct ath11k_base *ab, u16 ce_id); int ath11k_ce_send(struct ath11k_base *ab, struct sk_buff *skb, u8 pipe_id, u16 transfer_id); -void ath11k_ce_rx_post_buf(struct ath11k_base *sc); -int ath11k_ce_init_pipes(struct ath11k_base *sc); -int ath11k_ce_alloc_pipes(struct ath11k_base *sc); -void ath11k_ce_free_pipes(struct ath11k_base *sc); +void ath11k_ce_rx_post_buf(struct ath11k_base *ab); +int ath11k_ce_init_pipes(struct ath11k_base *ab); +int ath11k_ce_alloc_pipes(struct ath11k_base *ab); +void ath11k_ce_free_pipes(struct ath11k_base *ab); int ath11k_ce_get_attr_flags(int ce_id); void ath11k_ce_poll_send_completed(struct ath11k_base *ab, u8 pipe_id); #endif -- 2.21.0 _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k