mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-15 00:54:03 +08:00
rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early
The function is used for BBP register initialization, fix the typo in the function name to reflect that. The patch contains no functional changes. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
16a1f73670
commit
624708b85e
@ -3933,7 +3933,7 @@ static void rt2800_init_bbp_5592_glrt(struct rt2x00_dev *rt2x00dev)
|
||||
}
|
||||
};
|
||||
|
||||
static void rt2800_init_bbb_early(struct rt2x00_dev *rt2x00dev)
|
||||
static void rt2800_init_bbp_early(struct rt2x00_dev *rt2x00dev)
|
||||
{
|
||||
rt2800_bbp_write(rt2x00dev, 65, 0x2C);
|
||||
rt2800_bbp_write(rt2x00dev, 66, 0x38);
|
||||
@ -3959,7 +3959,7 @@ static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
||||
u16 eeprom;
|
||||
u8 value;
|
||||
|
||||
rt2800_init_bbb_early(rt2x00dev);
|
||||
rt2800_init_bbp_early(rt2x00dev);
|
||||
|
||||
rt2800_bbp_read(rt2x00dev, 105, &value);
|
||||
rt2x00_set_field8(&value, BBP105_MLD,
|
||||
|
Loading…
Reference in New Issue
Block a user