X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hostapd%2Fdriver_i.h;h=170c3b3e86e89b5d7d1fcc10509cf2da5faac9f4;hb=83421302697d6bd7eddf429fddc56bdf393b9cd6;hp=81be2278ea075420b5143ec92a993851bedae372;hpb=5b7b85f669afbd508f9a06d1b7729556b0a75ff4;p=wpasupplicant diff --git a/hostapd/driver_i.h b/hostapd/driver_i.h index 81be227..170c3b3 100644 --- a/hostapd/driver_i.h +++ b/hostapd/driver_i.h @@ -175,12 +175,11 @@ hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) } static inline int -hostapd_send_mgmt_frame(struct hostapd_data *hapd, const void *msg, size_t len, - int flags) +hostapd_send_mgmt_frame(struct hostapd_data *hapd, const void *msg, size_t len) { if (hapd->driver == NULL || hapd->driver->send_mgmt_frame == NULL) return 0; - return hapd->driver->send_mgmt_frame(hapd->drv_priv, msg, len, flags); + return hapd->driver->send_mgmt_frame(hapd->drv_priv, msg, len); } static inline int