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
f55756c9e8
commit
261a680763
1 changed files with 1 additions and 1 deletions
|
@ -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