commit | 3af6341c5378d1ed0905614575ee9ee2e5522c81 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jan 30 00:40:20 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 04 18:57:41 2013 +0100 |
tree | 876cbc80cc25a62a485f1b2582627b0cf996c71a | |
parent | 4593c4cbe1c96b3995727dc42f6aa103f4ff5afc [diff] |
cfg80211: simplify mesh BSS comparison 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>