hostapd: do not restrict ht capabilities for ap+sta
[openwrt/openwrt.git] / package / hostapd / patches / 453-ap_sta_support.patch
index 68f0e44e71aea8859983bf0f83146e42709f11b0..930981dd3888caf684d57d70af2f837794c44c9a 100644 (file)
@@ -71,8 +71,8 @@
 +              channel = (bss->freq - 5000) / 5;
 +      }
 +
-+      if (asprintf(&cmd, "RELOAD channel=%d sec_chan=0 hw_mode=%d ht_capab_mask=%d ieee80211n=%d",
-+                   channel, hw_mode, bss->ht_capab, !!bss->ht_capab) < 0) {
++      if (asprintf(&cmd, "RELOAD channel=%d sec_chan=0 hw_mode=%d ieee80211n=%d",
++                   channel, hw_mode, !!bss->ht_capab) < 0) {
 +              return -1;
 +      }
 +