mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
return in functions
This commit is contained in:
parent
261a680763
commit
eba090c1fb
1 changed files with 2 additions and 2 deletions
|
@ -787,7 +787,7 @@ static void ubus_get_clients_cb(struct ubus_request *req, int type, struct blob_
|
|||
parse_to_clients(msg, 1, req->peer);
|
||||
|
||||
printf("SENDING CLIENTS VIA NETWORK\n");
|
||||
send_blob_attr_via_network(msg, "clients");
|
||||
//send_blob_attr_via_network(msg, "clients");
|
||||
printf("SEND CLIENTS FINISHED!\n");
|
||||
|
||||
|
||||
|
@ -886,7 +886,7 @@ int ubus_send_probe_via_network(struct probe_entry_s probe_entry) {
|
|||
blobmsg_add_u8(&b, "ht_support", probe_entry.ht_support);
|
||||
blobmsg_add_u8(&b, "vht_support", probe_entry.vht_support);
|
||||
|
||||
//send_blob_attr_via_network(b.head, "probe");
|
||||
send_blob_attr_via_network(b.head, "probe");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue