]> Pileus Git - ~andy/linux/commitdiff
rt2800: add rt2800_init_bbp_305x_soc subroutine
authorStanislaw Gruszka <stf_xl@wp.pl>
Sat, 18 May 2013 12:03:26 +0000 (14:03 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 May 2013 17:18:10 +0000 (13:18 -0400)
New routine for SOC specific BBP initialization, empty for now.

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>
drivers/net/wireless/rt2x00/rt2800lib.c

index 7e16771b1b1a11960351d9ebe7260e936d69e046..ba1a989b6d3b17813fdec4f5685c10ac01a2e3c4 100644 (file)
@@ -3953,6 +3953,10 @@ static void rt2800_init_bbp_early(struct rt2x00_dev *rt2x00dev)
        rt2800_bbp_write(rt2x00dev, 106, 0x35);
 }
 
+static void rt2800_init_bbp_305x_soc(struct rt2x00_dev *rt2x00dev)
+{
+}
+
 static void rt2800_init_bbp_28xx(struct rt2x00_dev *rt2x00dev)
 {
 }
@@ -4062,6 +4066,9 @@ static void rt2800_init_bbp(struct rt2x00_dev *rt2x00dev)
        u8 reg_id;
        u8 value;
 
+       if (rt2800_is_305x_soc(rt2x00dev))
+               rt2800_init_bbp_305x_soc(rt2x00dev);
+
        switch (rt2x00dev->chip.rt) {
        case RT2860:
        case RT2872: