mac80211: brcmfmac: backport patches that were skipped previously #2
[15.05/openwrt.git] / package / kernel / mac80211 / patches / 351-0017-brcmfmac-drop-unused-pm_block-vif-attribute.patch
index dd1b490..28ef3a6 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
        if (IS_ERR(vif))
                return (struct wireless_dev *)vif;
  
-@@ -5097,8 +5097,7 @@ static struct cfg80211_ops brcmf_cfg8021
+@@ -5098,8 +5098,7 @@ static struct cfg80211_ops brcmf_cfg8021
  };
  
  struct brcmf_cfg80211_vif *brcmf_alloc_vif(struct brcmf_cfg80211_info *cfg,
@@ -34,7 +34,7 @@ Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  {
        struct brcmf_cfg80211_vif *vif_walk;
        struct brcmf_cfg80211_vif *vif;
-@@ -5113,8 +5112,6 @@ struct brcmf_cfg80211_vif *brcmf_alloc_v
+@@ -5114,8 +5113,6 @@ struct brcmf_cfg80211_vif *brcmf_alloc_v
        vif->wdev.wiphy = cfg->wiphy;
        vif->wdev.iftype = type;
  
@@ -43,7 +43,7 @@ Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
        brcmf_init_prof(&vif->profile);
  
        if (type == NL80211_IFTYPE_AP) {
-@@ -6753,7 +6750,7 @@ struct brcmf_cfg80211_info *brcmf_cfg802
+@@ -6754,7 +6751,7 @@ struct brcmf_cfg80211_info *brcmf_cfg802
        init_vif_event(&cfg->vif_event);
        INIT_LIST_HEAD(&cfg->vif_list);