linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] brcm80211: simplify assignment
@ 2016-05-18  0:57 Heinrich Schuchardt
  2016-05-18  9:02 ` Arend Van Spriel
  2016-06-14 14:23 ` [1/1] " Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2016-05-18  0:57 UTC (permalink / raw)
  To: Brett Rudley, Arend van Spriel, Franky (Zhenhui) Lin,
	Hante Meuleman, Kalle Valo
  Cc: linux-wireless, brcm80211-dev-list, netdev, linux-kernel,
	Heinrich Schuchardt

Simplify assignment in wlc_phy_rxcal_gainctrl_nphy_rev5.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
index 99dac9b..b3aab2f 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
@@ -27017,7 +27017,7 @@ wlc_phy_rxcal_gainctrl_nphy_rev5(struct brcms_phy *pi, u8 rx_core,
 		tx_core = 1 - rx_core;
 
 	num_samps = 1024;
-	desired_log2_pwr = (cal_type == 0) ? 13 : 13;
+	desired_log2_pwr = 13;
 
 	wlc_phy_rx_iq_coeffs_nphy(pi, 0, &save_comp);
 	zero_comp.a0 = zero_comp.b0 = zero_comp.a1 = zero_comp.b1 = 0x0;
-- 
2.1.4

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

* Re: [PATCH 1/1] brcm80211: simplify assignment
  2016-05-18  0:57 [PATCH 1/1] brcm80211: simplify assignment Heinrich Schuchardt
@ 2016-05-18  9:02 ` Arend Van Spriel
  2016-06-14 14:23 ` [1/1] " Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Arend Van Spriel @ 2016-05-18  9:02 UTC (permalink / raw)
  To: Heinrich Schuchardt, Brett Rudley, Arend van Spriel,
	Franky (Zhenhui) Lin, Hante Meuleman, Kalle Valo
  Cc: linux-wireless, brcm80211-dev-list, netdev, linux-kernel

On 18-5-2016 2:57, Heinrich Schuchardt wrote:
> Simplify assignment in wlc_phy_rxcal_gainctrl_nphy_rev5.

Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
> index 99dac9b..b3aab2f 100644
> --- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
> +++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
> @@ -27017,7 +27017,7 @@ wlc_phy_rxcal_gainctrl_nphy_rev5(struct brcms_phy *pi, u8 rx_core,
>  		tx_core = 1 - rx_core;
>  
>  	num_samps = 1024;
> -	desired_log2_pwr = (cal_type == 0) ? 13 : 13;
> +	desired_log2_pwr = 13;
>  
>  	wlc_phy_rx_iq_coeffs_nphy(pi, 0, &save_comp);
>  	zero_comp.a0 = zero_comp.b0 = zero_comp.a1 = zero_comp.b1 = 0x0;
> 

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

* Re: [1/1] brcm80211: simplify assignment
  2016-05-18  0:57 [PATCH 1/1] brcm80211: simplify assignment Heinrich Schuchardt
  2016-05-18  9:02 ` Arend Van Spriel
@ 2016-06-14 14:23 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2016-06-14 14:23 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Brett Rudley, Arend van Spriel, Franky (Zhenhui) Lin,
	Hante Meuleman, linux-wireless, brcm80211-dev-list, netdev,
	linux-kernel, Heinrich Schuchardt

Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> Simplify assignment in wlc_phy_rxcal_gainctrl_nphy_rev5.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>

Thanks, 1 patch applied to wireless-drivers-next.git:

6b128a01c673 brcm80211: simplify assignment

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9115761/

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

end of thread, other threads:[~2016-06-14 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-18  0:57 [PATCH 1/1] brcm80211: simplify assignment Heinrich Schuchardt
2016-05-18  9:02 ` Arend Van Spriel
2016-06-14 14:23 ` [1/1] " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).