summaryrefslogtreecommitdiff
path: root/drivers/net/atl1c/atl1c_hw.c
diff options
context:
space:
mode:
authorNick Kossifidis <mickflemm@gmail.com>2010-11-23 19:39:28 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-11-30 18:53:43 (GMT)
commit8aec7af99b1e4594c4bb9e1c48005e6111f97e8e (patch)
treeb89d4466afda78ba949d03f32d0efb8f3c75ecd6 /drivers/net/atl1c/atl1c_hw.c
parent4c57581d939fd0f8f244b9730812069f4dac308a (diff)
downloadlinux-fsl-qoriq-8aec7af99b1e4594c4bb9e1c48005e6111f97e8e.tar.xz
ath5k: Support synth-only channel change for AR2413/AR5413
* Add synth-only channel change for AR2413/5413. When we call ath5k_reset with a channel ath5k_hw_reset will first try to set channel on PHY while PHY is running instead of doing a normal full reset. To do this phy_init has to change to implement this functionality. * Clean up change_channel flag, what it really did was skip PCU registers when setting initvals. This is done because on reset PCU registers are not affected (except the registers we set in pcu init and -due to hw problems- TSF). Use a new skip_pcu flag that's not misleading instead. In the future we might use that to also skip PCU reset and save us the TSF etc problems (needs testing because standard practice is to reset everything). * Use fast channel change only when setting channel, and set skip_pcu to false only on init. When we reset the card due to DMA or PHY problems skip pcu but never do a fast channel change. Signed-off-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/atl1c/atl1c_hw.c')
0 files changed, 0 insertions, 0 deletions