mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
rt2800: move rt2800_bbp4_mac_if_ctrl to proper subroutines
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
29f3a58b90
commit
c322357352
1 changed files with 2 additions and 5 deletions
|
@ -3967,6 +3967,7 @@ static void rt2800_init_bbp_30xx(struct rt2x00_dev *rt2x00dev)
|
||||||
|
|
||||||
static void rt2800_init_bbp_3290(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_3290(struct rt2x00_dev *rt2x00dev)
|
||||||
{
|
{
|
||||||
|
rt2800_bbp4_mac_if_ctrl(rt2x00dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rt2800_init_bbp_3352(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_3352(struct rt2x00_dev *rt2x00dev)
|
||||||
|
@ -3985,6 +3986,7 @@ static void rt2800_init_bbp_3572(struct rt2x00_dev *rt2x00dev)
|
||||||
|
|
||||||
static void rt2800_init_bbp_53xx(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_53xx(struct rt2x00_dev *rt2x00dev)
|
||||||
{
|
{
|
||||||
|
rt2800_bbp4_mac_if_ctrl(rt2x00dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
|
||||||
|
@ -4103,11 +4105,6 @@ static void rt2800_init_bbp(struct rt2x00_dev *rt2x00dev)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rt2x00_rt(rt2x00dev, RT3290) ||
|
|
||||||
rt2x00_rt(rt2x00dev, RT5390) ||
|
|
||||||
rt2x00_rt(rt2x00dev, RT5392))
|
|
||||||
rt2800_bbp4_mac_if_ctrl(rt2x00dev);
|
|
||||||
|
|
||||||
if (rt2800_is_305x_soc(rt2x00dev) ||
|
if (rt2800_is_305x_soc(rt2x00dev) ||
|
||||||
rt2x00_rt(rt2x00dev, RT3290) ||
|
rt2x00_rt(rt2x00dev, RT3290) ||
|
||||||
rt2x00_rt(rt2x00dev, RT3352) ||
|
rt2x00_rt(rt2x00dev, RT3352) ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue