Search Linux Wireless

Re: [PATCH] b43: LP-PHY: Fix a spec error in the B2062 channel switch routine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 16 August 2009 15:32:40 Gábor Stefanik wrote:
> The channel switch routine had a whole instruction missing. Add it.
> 
> Signed-off-by: Gábor Stefanik <netrolller.3d@xxxxxxxxx>

ack

> ---
>  drivers/net/wireless/b43/phy_lp.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wireless/b43/phy_lp.c b/drivers/net/wireless/b43/phy_lp.c
> index a51da6e..3889519 100644
> --- a/drivers/net/wireless/b43/phy_lp.c
> +++ b/drivers/net/wireless/b43/phy_lp.c
> @@ -1939,6 +1939,10 @@ static int lpphy_b2062_tune(struct b43_wldev *dev,
>  	tmp5 = tmp7 * 0x100;
>  	tmp6 = tmp5 / tmp4;
>  	tmp7 = tmp5 % tmp4;
> +	b43_radio_write(dev, B2062_S_RFPLL_CTL27, tmp6);
> +	tmp5 = tmp7 * 0x100;
> +	tmp6 = tmp5 / tmp4;
> +	tmp7 = tmp5 % tmp4;
>  	b43_radio_write(dev, B2062_S_RFPLL_CTL28, tmp6);
>  	tmp5 = tmp7 * 0x100;
>  	tmp6 = tmp5 / tmp4;



-- 
Greetings, Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux