[package] mac80211: backport ath9k uninline patch
[openwrt.git] / package / mac80211 / patches / 520-b43-autodepend-on-hwrandom.patch
index 9ffdadf..0eef6bf 100644 (file)
@@ -6,7 +6,7 @@ This patch is submitted upstream and can be removed when it hits compat-wireless
 
 --- a/drivers/net/wireless/b43/b43.h
 +++ b/drivers/net/wireless/b43/b43.h
-@@ -624,9 +624,11 @@ struct b43_wl {
+@@ -625,9 +625,11 @@ struct b43_wl {
        /* Stats about the wireless interface */
        struct ieee80211_low_level_stats ieee_stats;
  
@@ -21,7 +21,7 @@ This patch is submitted upstream and can be removed when it hits compat-wireless
        struct b43_rfkill rfkill;
 --- a/drivers/net/wireless/b43/main.c
 +++ b/drivers/net/wireless/b43/main.c
-@@ -2982,6 +2982,7 @@ static void b43_security_init(struct b43
+@@ -2980,6 +2980,7 @@ static void b43_security_init(struct b43
        b43_clear_keys(dev);
  }
  
@@ -29,7 +29,7 @@ This patch is submitted upstream and can be removed when it hits compat-wireless
  static int b43_rng_read(struct hwrng *rng, u32 *data)
  {
        struct b43_wl *wl = (struct b43_wl *)rng->priv;
-@@ -2997,17 +2998,21 @@ static int b43_rng_read(struct hwrng *rn
+@@ -2995,17 +2996,21 @@ static int b43_rng_read(struct hwrng *rn
  
        return (sizeof(u16));
  }
@@ -52,7 +52,7 @@ This patch is submitted upstream and can be removed when it hits compat-wireless
        snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
                 "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
        wl->rng.name = wl->rng_name;
-@@ -3020,6 +3025,7 @@ static int b43_rng_init(struct b43_wl *w
+@@ -3018,6 +3023,7 @@ static int b43_rng_init(struct b43_wl *w
                b43err(wl, "Failed to register the random "
                       "number generator (%d)\n", err);
        }
This page took 0.023211 seconds and 4 git commands to generate.