Search Linux Wireless

Re: [PATCH] b43: detect N PHY revision/radio

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

 



On Wednesday 24 December 2008 15:26:40 Johannes Berg wrote:
> Does nothing unless you enable the hidden N PHY config.
> 
> Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
> ---
>  drivers/net/wireless/b43/main.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

ACK, please apply to 2.6.29

> --- wireless-testing.orig/drivers/net/wireless/b43/main.c	2008-12-24 15:00:50.000000000 +0100
> +++ wireless-testing/drivers/net/wireless/b43/main.c	2008-12-24 15:25:03.000000000 +0100
> @@ -3758,7 +3758,7 @@ static int b43_phy_versioning(struct b43
>  		break;
>  #ifdef CONFIG_B43_NPHY
>  	case B43_PHYTYPE_N:
> -		if (phy_rev > 1)
> +		if (phy_rev > 4)
>  			unsupported = 1;
>  		break;
>  #endif
> @@ -3811,7 +3811,7 @@ static int b43_phy_versioning(struct b43
>  			unsupported = 1;
>  		break;
>  	case B43_PHYTYPE_N:
> -		if (radio_ver != 0x2055)
> +		if (radio_ver != 0x2055 && radio_ver != 0x2056)
>  			unsupported = 1;
>  		break;
>  	default:
> 
> 
> 
> 



-- 
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