X-Git-Url: http://git.maemo.org/git/?p=wpasupplicant;a=blobdiff_plain;f=src%2Fdrivers%2Fdriver_hostap.c;h=1d9251788e5f6ea1f14a99c9749460b86ac03ccf;hp=d2d6af2fb5e419291286bdc0a661272225d74bda;hb=4b9841d34c0d601a898f508c4164fe2451494fdd;hpb=412036f5f07be13633db4aec396373377c933f33 diff --git a/src/drivers/driver_hostap.c b/src/drivers/driver_hostap.c index d2d6af2..1d92517 100644 --- a/src/drivers/driver_hostap.c +++ b/src/drivers/driver_hostap.c @@ -78,7 +78,7 @@ static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, } sa = hdr->addr2; - hostapd_rx_from_unknown_sta(drv->hapd, sa); + hostapd_rx_from_unknown_sta(drv->hapd, hdr, len); pos = (u8 *) (hdr + 1); left = len - sizeof(*hdr);