Johannes Berg f94f8b168c cfg80211: fix cmp_hidden_bss
The cmp_bss() comparator function uses memcmp() to
compare the SSID. This means that cmp_hidden_bss()
needs to similarly return a number bigger than zero
(use 1) instead of -1 when ie1 is bigger than ie2,
which is the case if an ie2 byte is non-zero.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2012-11-30 13:41:26 +01:00
..
2012-10-18 10:53:37 +02:00
2012-11-30 13:41:26 +01:00
2012-10-18 10:53:37 +02:00
2012-11-26 12:42:59 +01:00
2010-01-17 19:16:02 -08:00