From: Johannes Berg Date: Wed, 16 Jun 2010 10:30:27 +0000 (-0700) Subject: iwlagn: use mutex for aggregation X-Git-Tag: v2.6.36-rc1~571^2~385^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4620fefa59d8aeae400b21d60d9a86aa11ebffa7;p=pandora-kernel.git iwlagn: use mutex for aggregation Now that the ampdu_action callback can sleep, we can use the mutex to properly protect the aggregation data, and return useful errors if they should happen. Also, add some sleep and mutex debugging so we won't call any of the functions that now require being able to sleep and/or the mutex to be held in an invalid context. Signed-off-by: Johannes Berg Acked-by: Wey-Yi Guy Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed