From: Emmanuel Grumbach Date: Thu, 18 Jul 2013 05:45:41 +0000 (+0300) Subject: iwlwifi: mvm: BT Coex - don't limit agg size in loose scheme X-Git-Tag: v3.13-rc1~105^2~55^2^2~52^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9145d15128bd3ca68cd7fdf04535a710ac88bdba;p=pandora-kernel.git iwlwifi: mvm: BT Coex - don't limit agg size in loose scheme In loose BT Coex scheme, the aggregation size doesn't need to be limited. To avoid triggering it, remove a lockdep assertion - we need to compute the AMPDU size limit from rate control code which can't take mvm->mutex. This means that there is a race but in the worst case, we will have a wrong AMPDU size limit which is not a big issue. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed