I try to update
int b43_phy_initn(struct b43_wldev *dev)
to match current specs.

Currently it contains many operations/calls that I can not find in
http://bcm-v4.sipsolutions.net/802.11/PHY/Init/N

First I've just posted patch that removed "//TODO: Spectral
management". I don't see anything about "spectral management" in
specs.

Next there is a lot of code after "b43_nphy_workarounds(dev);" call
that I can not recognize. Let's just take some lines for example:
b43_nphy_reset_cca(dev);
ssb_write32(dev->dev, SSB_TMSLOW, ...);
b43_nphy_force_rf_sequence(...);
b43_phy_read(dev, B43_NPHY_CLASSCTL); /* dummy read */

I don't see connection between that code and specs.

Michael: I guess you're author of this code (phy_n.c came from nphy.c,
not sure how to check log for not-existing file). Could you help me
and explain this, please?

-- 
Rafał
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to