commit | a98bfec2985221d8e0904a526cbe88590eaad2a6 | [log] [tgz] |
---|---|---|
author | Benoit Papillault <benoit.papillault@free.fr> | Sun Jan 17 22:45:24 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 19 16:43:10 2010 -0500 |
tree | 62f44c77e246e3bd1173cb1c79eeadc62e3cb2d1 | |
parent | ce9058aedd75f14785400dcc49a2bc352ca38871 [diff] |
mac80211: Fixed a bug in IBSS merge First, both beacons and probe responses can be used for IBSS merge. Next, sdata->u.ibss.bssid was always true (and thus IBSS merge was disabled). We should use sdata->u.ibss.fixed_bssid instead. Signed-off-by: Benoit Papillault <benoit.papillault@free.fr> Signed-off-by: John W. Linville <linville@tuxdriver.com>