mac80211: update to the latest version from trunk
[openwrt-10.03/.git] / package / mac80211 / patches / 541-mac80211_fix_iftype_wds.patch
similarity index 97%
rename from package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
rename to package/mac80211/patches/541-mac80211_fix_iftype_wds.patch
index e779ad3648809afdcdf05394263382eab97c117e..693cdd29103b815e8ccd7a94aa8fd85bce9560f7 100644 (file)
@@ -1,6 +1,6 @@
 --- a/net/mac80211/rx.c
 +++ b/net/mac80211/rx.c
-@@ -2328,13 +2328,14 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_
+@@ -2330,13 +2330,14 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_
  
        if (!ieee80211_vif_is_mesh(&sdata->vif) &&
            sdata->vif.type != NL80211_IFTYPE_ADHOC &&
@@ -17,7 +17,7 @@
                break;
        case cpu_to_le16(IEEE80211_STYPE_DEAUTH):
        case cpu_to_le16(IEEE80211_STYPE_DISASSOC):
-@@ -2714,7 +2715,10 @@ static int prepare_for_handlers(struct i
+@@ -2716,7 +2717,10 @@ static int prepare_for_handlers(struct i
                }
                break;
        case NL80211_IFTYPE_WDS: