diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-10-19 23:55:37 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 21:29:46 +0100 |
commit | d419b9f0fa69e79ccba3e5e79a58a52ae0c2ed6a (patch) | |
tree | 9437f790f07c46a645b867871e81a71dc1058749 /net/8021q | |
parent | b43: add 'struct b43_wl' missing declaration (diff) | |
download | linux-d419b9f0fa69e79ccba3e5e79a58a52ae0c2ed6a.tar.xz linux-d419b9f0fa69e79ccba3e5e79a58a52ae0c2ed6a.zip |
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>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions