]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: PHY code cleanup
authorNick Kossifidis <mick@madwifi-project.org>
Mon, 9 Feb 2009 04:00:34 +0000 (06:00 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:44:42 +0000 (13:44 -0500)
commit280be9fc4bbe18e6d187285221a4670fade8386d
treee0cd44187c8362f3fe9402f752508df559c6d5b9
parent6240f353d2a66c357c26340da9abd7bba640cb5e
ath5k: PHY code cleanup

 * Clean up initial rf buffer settings (new file rfbufer.h) and introduce a
   new way to access specific rf registers (will use it later)

 * Clean up initial rf gain settings by moving them on a new file (rfgain.h)
   so we can later work on gain optimization functions

 * Update initial rf buffer settings and initial rf gain settings from HALs.
   This breaks things for now because our current dumps come from pre-configured
   rf buffer (regdumps already had the needed values set from binary HAL).

Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/phy.c
drivers/net/wireless/ath5k/rfbuffer.h [new file with mode: 0644]
drivers/net/wireless/ath5k/rfgain.h [new file with mode: 0644]