commit | dc3c4e127168dff9dbef0b22351b592a81fe5bfb | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sat Mar 16 23:57:10 2013 +0100 |
committer | Rafał Miłecki <zajec5@gmail.com> | Tue Apr 23 12:27:55 2013 +0200 |
tree | 18b5d375c9a6f1dccfc969e1ad570564cce686c0 | |
parent | 9cfc17cbbf20af09ec4bd941338416bfb78d3a25 [diff] |
b43: HT-PHY: do some extra TSSI setup after configuring TX After b43_phy_ht_tx_power_ctl_setup there are some extra radio ops: radio_read(0x08bf) -> 0x0001 radio_write(0x08bf) <- 0x0001 radio_write(0x0159) <- 0x0011 On N-PHY we write 0x11 to TSSI regs, so it's probably sth similar. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>