Search Linux Wireless

Re: [PATCH V4] rt2x00: remove MCU requests for SoC platforms

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

 



On 04/03/10 15:43, Gertjan van Wingerde wrote:
> On 04/03/10 13:49, Luis Correia wrote:
>> The ralink SoC platforms do not have an MCU.
>>
>> Signed-off-by: Luis Correia <luis.f.correia@xxxxxxxxx>
> 
> Acked-by: Gertjan van Wingerde <gwingerde@xxxxxxxxx>
> 
>> ---
>>
>> Removed flag usage as per Gertjan suggestion.
>>
>> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c
>> b/drivers/net/wireless/rt2x00/rt2800pci.c
>> index ce7e88e..1df2d44 100644
>> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
>> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
>> @@ -60,6 +60,12 @@ static void rt2800pci_mcu_status(struct rt2x00_dev
>> *rt2x00dev, const u8 token)
>>        unsigned int i;
>>        u32 reg;
>>
>> +       /*
>> +        * SOC devices don't support MCU requests.
>> +        */
>> +       if (rt2x00_is_soc(rt2x00dev))
>> +               return;
>> +
>>        for (i = 0; i < 200; i++) {
>>                rt2800_register_read(rt2x00dev, H2M_MAILBOX_CID, &reg);
>>

John,

This patch seems to be word-wrapped and white-space damaged. I fixed it up
and applied it to my tree.

If you want you can pull from git://git.gwingerde.nl/rt2x00-next-2.6 to
get the fixed up patch.

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