lkml.org 
[lkml]   [2009]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [ANN] Atheros 802.11n USB firmware source code released
From
Date
On Sun, 2009-06-07 at 03:21 +0300, Maxim Levitsky wrote:

> > Is this source for same firmware that was closed?

Yes, but it was compiled differently afaik so you won't arrive at the
same binary.

> > Will AP mode work in future?

Well, not TYPE=AP, but we'll integrate whatever is necessary into one
firmware, I expect. It shouldn't be very hard given that AP mode really
works with the TYPE=STA firmware already, almost.

> What does this mean:
>
> eeprom : ORIGIN = 0x000000, LENGTH = 1024k
>
>
> Does the device have whole 1M of eeprom?
> What is there?

The eeprom is mapped there, but I don't think it's 1M, it's just the max
size of the mapping to the CPUs address space.

> Also what is this:
>
> sram : ORIGIN = 0x100000, LENGTH = 64k

This is just memory. It's used for buffering frames and dma descriptors
etc. internally. I want to change the code to do this with the linker
script rather than manually assigning addresses in the source. But if
you grep for this address you'll find how it's used.

> Description says that pram is 32K, but:
>
> pram : ORIGIN = 0x200000, LENGTH = 16k

Yeah, we're not exactly sure about this yet, but using 32k definitely
crashes the device.

johannes
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2009-06-07 11:47    [W:0.788 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site