Merge commit 'garage/master'
[wpasupplicant] / hostapd / wme.c
index 7f92a0a..efcbe37 100644 (file)
@@ -160,7 +160,7 @@ static void wmm_send_action(struct hostapd_data *hapd, const u8 *addr,
        os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
        len = ((u8 *) (t + 1)) - buf;
 
-       if (hostapd_send_mgmt_frame(hapd, m, len, 0) < 0)
+       if (hostapd_send_mgmt_frame(hapd, m, len) < 0)
                perror("wmm_send_action: send");
 }