From: Eliad Peller Date: Fri, 1 Jun 2012 08:14:03 +0000 (+0300) Subject: mac80211: clear ifmgd->bssid only after building DELBA X-Git-Tag: v3.5-rc6~18^2~5^2^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a9e31c506c00c8b7a2f1611406d0e38dcb33b3;p=pandora-kernel.git mac80211: clear ifmgd->bssid only after building DELBA ieee80211_set_disassoc() clears ifmgd->bssid before building DELBA frames, resulting in frames with invalid bssid ("00:00:00:00:00:00"). Fix it by clearing ifmgd->bssid only after building all the needed frames. After this change, we no longer need to save the bssid (before clearing it), so remove the local array. Reported-by: Ido Yariv Cc: stable@vger.kernel.org Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg --- Reading git-diff-tree failed