commit | fc6ab1e0c032f3ae3f20e405c5ca51f20540b52c | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sun Mar 17 19:08:15 2013 +0100 |
committer | Rafał Miłecki <zajec5@gmail.com> | Tue Apr 23 12:27:56 2013 +0200 |
tree | b84c606c6f8080f7b6b0d56f66a331eec5ea47e5 | |
parent | dc3c4e127168dff9dbef0b22351b592a81fe5bfb [diff] |
b43: HT-PHY: define regs for power estimation In MMIO dumps of ndiswrapper there are following PHY ops: phy_read(0x0118) -> 0x013d phy_read(0x01ed) -> 0x993d phy_read(0x0119) -> 0x012f phy_read(0x01ee) -> 0x992f phy_read(0x011a) -> 0x0139 phy_read(0x0969) -> 0x9939 It matches the code of wlc_phy_txpower_est_power_nphy (from brcm80211), so we know the registers meaning. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>