Reinette Chatre d419b9f0fa mac80211: fix ibss joining
Recent commit "mac80211: fix logic error ibss merge bssid check" fixed
joining of ibss cell when static bssid is provided. In this case
ifibss->bssid is set before the cell is joined and comparing that address
to a bss should thus always succeed. Unfortunately this change broke the
other case of joining a ibss cell without providing a static bssid where
the value of ifibss->bssid is not set before the cell is joined.

Since ifibss->bssid may be set before or after joining the cell we do not
learn anything by comparing it to a known bss. Remove this check.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-27 16:29:46 -04:00
..
2009-07-24 15:05:30 -04:00
2007-05-05 11:46:38 -07:00
2009-07-10 15:01:49 -04:00
2009-04-22 16:57:17 -04:00
2009-10-27 16:29:46 -04:00
2009-07-10 15:01:48 -04:00
2008-04-08 16:44:45 -04:00
2008-04-08 16:44:45 -04:00
2009-08-28 14:40:34 -04:00
2009-09-28 16:55:05 -04:00
2009-07-24 15:05:30 -04:00
2009-09-23 11:35:53 -04:00
2009-05-20 14:46:25 -04:00
2009-10-07 16:33:49 -04:00
2009-05-06 15:14:37 -04:00
2009-10-07 16:33:49 -04:00
2009-07-24 15:05:09 -04:00
2009-07-24 15:05:09 -04:00
2009-07-24 15:05:30 -04:00
2009-07-24 15:05:30 -04:00
2009-07-10 15:01:49 -04:00