mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
change sort string
This commit is contained in:
parent
66a9898eb6
commit
e6e28e3b84
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ config network
|
|||
option iv 'Niiiiiiiiiiiiiik'
|
||||
|
||||
config ordering
|
||||
option sort_order 'csfb'
|
||||
option sort_order 'cbfs'
|
||||
|
||||
config hostapd
|
||||
option hostapd_dir '/var/run/hostapd'
|
||||
|
|
|
@ -127,7 +127,7 @@ int build_hearing_map_sort_client(struct blob_buf *b)
|
|||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
if (!mac_is_equal(probe_array[k].client_addr, probe_array[i].client_addr)) {
|
||||
i = k - 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue