Skip to content

Commit

Permalink
ath5k: Clean up eeprom parsing and add missing calibration data
Browse files Browse the repository at this point in the history
This patch brings the ath5k eeprom parsing code in sync with the work
done on ath_info by Nick Kossifidis and integrates the missing parts
based on the code of the Atheros Legacy HAL release.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Nov 26, 2008
1 parent 7ac4701 commit 1048643
Show file tree
Hide file tree
Showing 4 changed files with 1,264 additions and 192 deletions.
7 changes: 0 additions & 7 deletions drivers/net/wireless/ath5k/ath5k.h
Original file line number Diff line number Diff line change
Expand Up @@ -821,13 +821,6 @@ struct ath5k_athchan_2ghz {
return (false); \
} while (0)

enum ath5k_ant_setting {
AR5K_ANT_VARIABLE = 0, /* variable by programming */
AR5K_ANT_FIXED_A = 1, /* fixed to 11a frequencies */
AR5K_ANT_FIXED_B = 2, /* fixed to 11b frequencies */
AR5K_ANT_MAX = 3,
};

/*
* Hardware interrupt abstraction
*/
Expand Down
Loading

0 comments on commit 1048643

Please sign in to comment.