[PATCH 2/3] b43: N-PHY: define registers names for 2056 radio

Rafał Miłecki zajec5 at gmail.com
Fri Oct 15 07:02:11 EDT 2010


W dniu 15 października 2010 01:58 użytkownik Gábor Stefanik
<netrolller.3d at gmail.com> napisał:
> 2010/10/14 Rafał Miłecki <zajec5 at gmail.com>:
>> Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
>> Cc: Henry Ptasinski <henryp at broadcom.com>
>> Cc: Brett Rudley <brudley at broadcom.com>
>> Cc: Nohee Ko <noheek at broadcom.com>
>> ---
>>  drivers/net/wireless/b43/radio_2056.h |  522 +++++++++++++++++++++++++++++++++
>>  1 files changed, 522 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/net/wireless/b43/radio_2056.h b/drivers/net/wireless/b43/radio_2056.h
>> index 60341d7..462c9fd 100644
>> --- a/drivers/net/wireless/b43/radio_2056.h
>> +++ b/drivers/net/wireless/b43/radio_2056.h
>> @@ -4,6 +4,9 @@
>>
>>   Copyright (c) 2010 Rafał Miłecki <zajec5 at gmail.com>
>>
>> +  Some parts of the code in this file are derived from the brcm80211
>> +  driver  Copyright (c) 2010 Broadcom Corporation
>> +
>>   This program is free software; you can redistribute it and/or modify
>>   it under the terms of the GNU General Public License as published by
>>   the Free Software Foundation; either version 2 of the License, or
>> @@ -28,6 +31,525 @@
>>
>>  #include "tables_nphy.h"
>>
>> +#define RADIO_2056_SYN                         (0x0 << 12)
>> +#define RADIO_2056_TX0                         (0x2 << 12)
>> +#define RADIO_2056_TX1                         (0x3 << 12)
>
> Please use B2056_ as the prefix. See LP-PHY.

What does it mean? This "B" prefix?

-- 
Rafał



More information about the b43-dev mailing list