Gábor Stefanik wrote:

> I've started working on baseband init, but I have a small problem with
> this step in the specs:
> Call mhf with arguments ( 2, 0x0800, 0x0800, 1)
> 
> Is mhf implemented already for other PHYs? (If so, under what name?)
> Is it supposed to be used anywhere outside LP init?

The abbreviation hf stands for host flags, and there is a
correspondence between mhf and b43_hf_{read,write}. In mhf, the first
argument selects which of B43_SHM_SH_HOSTF{LO,MI,HI} is selected.
Routine mhf also tries to cache the data so as to avoid writing new
data if it is unchanged. This step is skipped in b43.

Larry
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to