From: Alina Friedrichsen Date: Thu, 29 Jan 2009 08:59:43 +0000 (+0100) Subject: mac80211: Creating new IBSS with fixed BSSID X-Git-Tag: v2.6.30-rc1~662^2~754^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0415b547d37e8065ad4adf289d11db2f3b16dfd;p=pandora-kernel.git mac80211: Creating new IBSS with fixed BSSID This fixes a bug when creating a new IBSS network with a fixed BSSID. The fixed BSSID situation is now with one of my last patches handled in ieee80211_sta_find_ibss() function. It's more robust to test against (ifsta->flags & IEEE80211_STA_PREV_BSSID_SET), because ifsta->state is not seted right in every situation and so the creating of the new IBSS network sometimes hangs after the first try to scan for a network to merge. Signed-off-by: Alina Friedrichsen Signed-off-by: John W. Linville --- Reading git-diff-tree failed