[tools] add mktitanimg to create Titan (AR7-based) images (#6632)
[openwrt.git] / package / hostapd / patches / 390-nl80211_fixes.patch
index 2413a12..fdac284 100644 (file)
  #endif /* HOSTAPD */
  
        if (addr && iftype != NL80211_IFTYPE_MONITOR &&
-@@ -4765,6 +4761,7 @@ static void *i802_init(struct hostapd_da
-       if (bss == NULL)
+@@ -4766,6 +4762,7 @@ static void *i802_init(struct hostapd_da
                return NULL;
  
-+      drv->nlmode = NL80211_IFTYPE_AP;
        drv = bss->drv;
++      drv->nlmode = NL80211_IFTYPE_AP;
        if (linux_br_get(brname, params->ifname) == 0) {
                wpa_printf(MSG_DEBUG, "nl80211: Interface %s is in bridge %s",
+                          params->ifname, brname);
This page took 0.019374 seconds and 4 git commands to generate.