Skip to content

wifi_ubus_ap_send_actframe : use smaller wait time

Johan Peeters requested to merge airties/map-agent:jp_action_frame into devel

The values of the wait time are limited and in function of the driver. (for e.g. the broadcom driver the value should be between 10ms and 5000ms) As such was using a more correct wait time which at least fits for broadcom.

Merge request reports