Skip to content

Commit

Permalink
rt2x00: add MediaTek/RaLink Rt3352 WiSoC
Browse files Browse the repository at this point in the history
Support for the RT3352 WiSoC was developed for and tested with the ALL5002
devboard running OpenWrt. For now, this supports only devices with internal
TXALC. Corrections were made according to the remarks of Stanislaw Gruszka and
Gertjan van Wingerde, thank you guys for reviewing!

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Daniel Golle authored and John W. Linville committed Sep 11, 2012
1 parent ad417a5 commit 0383995
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 5 deletions.
5 changes: 5 additions & 0 deletions drivers/net/wireless/rt2x00/rt2800.h
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,11 @@ struct mac_iveiv_entry {
#define BBP47_TSSI_TSSI_MODE FIELD8(0x18)
#define BBP47_TSSI_ADC6 FIELD8(0x80)

/*
* BBP 49
*/
#define BBP49_UPDATE_FLAG FIELD8(0x01)

/*
* BBP 109
*/
Expand Down
Loading

0 comments on commit 0383995

Please sign in to comment.