From: Luis R. Rodriguez Date: Tue, 5 Nov 2013 17:18:13 +0000 (-0800) Subject: cfg80211: pass the last_request to __set_regdom() X-Git-Tag: v3.14-rc1~94^2~334^2^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0e066a986e025781dcd4c05dc4cf480ae884b6;p=pandora-kernel.git cfg80211: pass the last_request to __set_regdom() last_request is RCU protected, since we're getting it on set_regdom() we might as well pass it to ensure the same request is being processed, otherwise there is a small race it could have changed. This makes processing of the request atomic. Signed-off-by: Luis R. Rodriguez Signed-off-by: Johannes Berg --- Reading git-diff-tree failed