iwlwifi: mvm: BT Coex - don't limit agg size in loose scheme
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 18 Jul 2013 05:45:41 +0000 (08:45 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Oct 2013 07:56:25 +0000 (09:56 +0200)
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found