commit | 4cabd4254bc6b52a65da859a2c7591f67199ca81 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Jun 16 01:59:19 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 17 14:22:27 2011 -0400 |
tree | 010f384a503ab7f424f5b68a89a2efdf1e660436 | |
parent | d816ab26f6637282feb8a93c9def9925883ba0a7 [diff] |
b43: HT-PHY: implement radio ops Every PHY has some specific bit used for reading radio regs. Analyze of MMIO dumps from BCM4331 and ndiswrapper has shown it is 0x200 for HT. radio_read(0x037f) -> 0x0073 radio_write(0x017f) <- 0x0072 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>