rt2x00: merge beacon setup fixes, disable unused hw beacon slots
[openwrt/staging/lynxis/omap.git] / package / kernel / mac80211 / patches / 600-0016-rt2x00-rt2800lib-add-BBP-register-initialization-for.patch
index d9694da40d4adf26c6e51c24dae831f33084da83..bba96db057d35bdbf8ca319265567a06d2fb8ca4 100644 (file)
@@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
 
 --- a/drivers/net/wireless/rt2x00/rt2800lib.c
 +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
-@@ -5775,6 +5775,47 @@ static void rt2800_init_bbp_3593(struct 
+@@ -5798,6 +5798,47 @@ static void rt2800_init_bbp_3593(struct 
                rt2800_bbp_write(rt2x00dev, 103, 0xc0);
  }
  
@@ -59,7 +59,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
  static void rt2800_init_bbp_53xx(struct rt2x00_dev *rt2x00dev)
  {
        int ant, div_mode;
-@@ -5993,6 +6034,9 @@ static void rt2800_init_bbp(struct rt2x0
+@@ -6016,6 +6057,9 @@ static void rt2800_init_bbp(struct rt2x0
        case RT3593:
                rt2800_init_bbp_3593(rt2x00dev);
                return;