From: Luis R. Rodriguez Date: Wed, 20 Oct 2010 23:07:05 +0000 (-0700) Subject: ath9k: rename rxflushlock to pcu_lock X-Git-Tag: v2.6.37-rc1~32^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79b33c4baf2532aac2c0924dce5a738099b888c;p=pandora-kernel.git ath9k: rename rxflushlock to pcu_lock The real way to lock RX is to contend on the PCU and reset, this will be fixed in the next patch but for now just do the renames so that the next patch which changes the locking order is crystal clear. This is part of a series that will help resolve the bug: https://bugzilla.kernel.org/show_bug.cgi?id=14624 For more details about this issue refer to: http://marc.info/?l=linux-wireless&m=128629803703756&w=2 Cc: stable@kernel.org Cc: Ben Greear Cc: Kyungwan Nam Signed-off-by: Luis R. Rodriguez Tested-by: Ben Greear Signed-off-by: John W. Linville --- Reading git-diff-tree failed