From: Johannes Berg Date: Tue, 19 May 2009 15:19:36 +0000 (+0200) Subject: wext: remove atomic requirement for wireless stats X-Git-Tag: v2.6.31-rc1~330^2~313^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87057825824973f29cf2f37cff1e549170b2d7e6;p=pandora-kernel.git wext: remove atomic requirement for wireless stats The requirement for wireless stats to be atomic is now mostly artificial since we hold the rtnl _and_ the dev_base_lock for iterating the device list. Doing that is not required, just the rtnl is sufficient (and the rtnl is required for other reasons outlined in commit "wext: fix get_wireless_stats locking"). This will fix http://bugzilla.kernel.org/show_bug.cgi?id=13344 and make things easier for drivers. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed