]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: refactor hidden SSID finding
authorJohannes Berg <johannes.berg@intel.com>
Tue, 29 Jan 2013 23:26:45 +0000 (00:26 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 4 Feb 2013 17:57:40 +0000 (18:57 +0100)
commit9b9aecfbb5e24528270c96a933fa6d0839e8bfd3
tree43824a1d72ece689d2128077e139567499316f9d
parent64416cbd94a200095d36eabc2a393c97b896aa8b
cfg80211: refactor hidden SSID finding

Instead of duplicating the rbtree functions, pass
an argument to the compare function. This removes
the code duplication for the two searches.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c