From: Johannes Berg Date: Mon, 8 Sep 2008 09:05:09 +0000 (+0200) Subject: mac80211: make conf_tx non-atomic X-Git-Tag: v2.6.28-rc1~717^2~292^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3fa827314b877486c515a001c3e6f604f6f16f;p=pandora-kernel.git mac80211: make conf_tx non-atomic The conf_tx callback currently needs to be atomic, this requirement is just because it can be called from scanning. This rearranges it slightly to only update while not scanning (which is fine, we'll be getting beacons when associated) and thus removes the atomic requirement. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed