From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:40 +0000 (+0200) Subject: mac80211: remove non-irqsafe aggregation callbacks X-Git-Tag: v2.6.36-rc1~571^2~540^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d22c89b9bea17a0e48e7534a9b237885e2c0809;p=pandora-kernel.git mac80211: remove non-irqsafe aggregation callbacks The non-irqsafe aggregation start/stop done callbacks are currently only used by ath9k_htc, and can cause callbacks into the driver again. This might lead to locking issues, which will only get worse as we modify locking. To avoid trouble, remove the non-irqsafe versions and change ath9k_htc to use those instead. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed