change sort string

This commit is contained in:
PolynomialDivision 2017-12-24 20:54:37 +01:00
parent 66a9898eb6
commit e6e28e3b84
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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;