iwlwifi: WARN only once when we have trouble in reclaim
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 12 Jun 2012 15:31:21 +0000 (18:31 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Jun 2012 07:02:09 +0000 (09:02 +0200)
This flow can actually happen due to a corner case in
mac80211: the station is deleted before we get a chance
to reclaim all the packets in flight in AGG queue.
The tid_data for this station is zeroed, and we lose
the match with the Tx queue.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found