All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] brcmsmac: Remove the repeated declaration
@ 2021-05-24  8:20 Shaokun Zhang
  2021-06-15 10:43 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2021-05-24  8:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: Shaokun Zhang, Kalle Valo

Function 'brcms_c_stf_phy_txant_upd' are declared twice, remove
the repeated declaration.

Cc: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h
index aa4ab53bf634..af86c7fc5112 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/stf.h
@@ -29,7 +29,6 @@ void brcms_c_stf_ss_update(struct brcms_c_info *wlc, struct brcms_band *band);
 void brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc);
 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force);
 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val);
-void brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc);
 void brcms_c_stf_phy_chain_calc(struct brcms_c_info *wlc);
 u16 brcms_c_stf_phytxchain_sel(struct brcms_c_info *wlc, u32 rspec);
 u16 brcms_c_stf_d11hdrs_phyctl_txant(struct brcms_c_info *wlc, u32 rspec);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] brcmsmac: Remove the repeated declaration
  2021-05-24  8:20 [PATCH] brcmsmac: Remove the repeated declaration Shaokun Zhang
@ 2021-06-15 10:43 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2021-06-15 10:43 UTC (permalink / raw)
  To: Shaokun Zhang; +Cc: linux-wireless, Shaokun Zhang

Shaokun Zhang <zhangshaokun@hisilicon.com> wrote:

> Function 'brcms_c_stf_phy_txant_upd' are declared twice, remove
> the repeated declaration.
> 
> Cc: Kalle Valo <kvalo@codeaurora.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>

Patch applied to wireless-drivers-next.git, thanks.

5a8e5dae2a22 brcmsmac: Remove the repeated declaration

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/1621844443-38290-1-git-send-email-zhangshaokun@hisilicon.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  8:20 [PATCH] brcmsmac: Remove the repeated declaration Shaokun Zhang
2021-06-15 10:43 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.