Search Linux Wireless

Re: [PATCH] b43: HT-PHY: make it BCMA-only

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

 



2013/3/2 Michael Büsch <m@xxxxxxx>:
> On Sat,  2 Mar 2013 02:14:25 +0100
> Rafał Miłecki <zajec5@xxxxxxxxx> wrote:
>
>> HT-PHY was found only on BCM4331 which is a BCMA-based chipset. This is
>> reallly unlikely we will ever see HT-PHY on SSB thus make the whole code
>> BCMA specific. This will allow us to call various BCMA-specific
>> functions directly (without extra checks).
>>
>> Signed-off-by: Rafał Miłecki <zajec5@xxxxxxxxx>
>> ---
>>  drivers/net/wireless/b43/Kconfig  |    2 +-
>>  drivers/net/wireless/b43/phy_ht.c |    5 +++++
>>  2 files changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
>> index 7a28d21..09d315d 100644
>> --- a/drivers/net/wireless/b43/Kconfig
>> +++ b/drivers/net/wireless/b43/Kconfig
>> @@ -131,7 +131,7 @@ config B43_PHY_LP
>>
>>  config B43_PHY_HT
>>       bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)"
>> -     depends on B43 && EXPERIMENTAL
>> +     depends on B43 && B43_BCMA && EXPERIMENTAL
>
> Makes sense.
> What about removing EXPERIMENTAL? This flag is mostly useless these days.

A little later, I've plan for some minor improvement :)

-- 
Rafał
--
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 Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux