cfg80211: simplify mesh BSS comparison
authorJohannes Berg <johannes.berg@intel.com>
Tue, 29 Jan 2013 23:40:20 +0000 (00:40 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 4 Feb 2013 17:57:41 +0000 (18:57 +0100)
Instead of first checking if a BSS is an MBSS
and then doing the comparisons, inline it all
into the BSS comparison function. This avoids
doing the IE searches twice and is also a lot
less code.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found