aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/nphy.c
Commit message (Collapse)AuthorAge
* b43: Add more N-PHY init codeMichael Buesch2008-01-28
| | | | | | | This also adds lots of TODOs. Oh well. Lots of work. :) Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* b43/nphy.c: include headers to avoid build breakage on some platformsJohn W. Linville2008-01-28
| | | | Signed-off-by: John W. Linville <linville@tuxdriver.com>
* b43: Add NPHY channel switch codeMichael Buesch2008-01-28
| | | | | | | This adds code and table data for channel switching on NPHYs. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* b43: Add NPHY radio init codeMichael Buesch2008-01-28
| | | | | | | | This adds some code to init the 2055 radio. This patch adds two files "tables_nphy.h" and "tables_nphy.c" Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* b43: Add N-PHY register definitionsMichael Buesch2008-01-28
This patch adds all register definitions for the N-PHY. This adds two new files: nphy.h and nphy.c No functional changes to existing code. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>