Lines Matching +full:send +full:- +full:flush +full:- +full:out +full:- +full:sequence

1 /*-
2 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
16 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
17 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
18 * Copyright(c) 2015 - 2016 Intel Deutschland GmbH
39 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
43 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
44 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
45 * Copyright(c) 2015 - 2016 Intel Deutschland GmbH
71 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
81 * DOC: station table - introduction
93 * (sequence numbers, Block-ack state machine, etc...). The stations are
105 * DOC: station table - locking
112 * The station holds the sequence number per tid. So this data needs to be
113 * accessed in the Tx path (which is softIRQ). It also holds the Block-Ack
124 * If a station is deleted while it still has packets in its A-MPDU queues,
130 * DOC: station table - internal stations
150 * DOC: station table - AP Station in STA mode
162 * DOC: station table - Drain vs. Flush
164 * Flush means that all the frames in the SCD queue are dumped regardless the
166 * we remove the STA of the AP. The flush can be done synchronously against the
172 * the fw. In order to do so, we track the non-AMPDU packets for each station.
173 * If mac80211 removes a STA and if it still has non-AMPDU packets pending in
182 * DOC: station table - fw restart
190 * means that the stations being re-added after the reset will have the same
193 * are not added by mac80211 will be re-added in the init flow that is called
199 * Send the STA info to the FW.