Greetings all,

I am porting ath9k to opensolaris, now rx function is ok and i can get scan
results via received beacon frames; but tx function still doesn't work, when
i filtered beacon frames in rx function and run scan command, i got tx
interrupt and ds->ds_txstat.ts_status == 0, but i got no scan results, i
also used sniffer tools but captured nothing.

I have no idea of what to do now, anyone would give me some clues or point
out the possible causes, sorry for lacking of useful debug information
because my OS crashed.

I use compat-wireless-2008-11-30 as reference version.

Any help are appreciated.

Thanks a lot!

Br,

mumu

2008/12/15 Sujith <[email protected]>

> mumu wrote:
> > 1. I need a stable version as reference code, but i find that the driver
> code keeps changing everyday, is there any stable version(with 11n support)
> exists or any plan to deliver a stable one in near future?
>
> The driver is under development, it has a few more rounds to go before it
> can be
> called 'stable'.
>
> > 2. I found that when using flash, there is a start address
> "AR5416_EEPROM_START_ADDR" used in ioremap() for flash mapping, i failed to
> figure out why use fixed address here, are you sure this address is
> available or  reasonable in other platform?
>
> That address is used only in AP boards, it shouldn't matter for
> a STA driver.
>
> Sujith
>
_______________________________________________
ath9k-devel mailing list
[email protected]
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to