From: Johannes Berg Date: Wed, 5 May 2010 07:44:02 +0000 (+0200) Subject: mac80211: fix BSS info reconfiguration X-Git-Tag: v2.6.35-rc1~473^2~167^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8dd506e40ee2c7fcc61654a44c32555a0a8d6c;p=pandora-kernel.git mac80211: fix BSS info reconfiguration When reconfiguring an interface due to a previous hardware restart, mac80211 will currently include the new IBSS flag on non-IBSS interfaces which may confuse drivers. Instead of doing the ~0 trick, simply spell out which things are going to be reconfigured. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed