Lines Matching full:fw
86 * All these stations are reflected in the fw's station table. The driver
87 * keeps the fw's station table up to date with the ADD_STA command. Stations
92 * This data includes the index of the station in the fw, per tid information
97 * %ieee80211_sta (and the %iwl_sta embedded into it) based on a fw
100 * paths are triggered by the fw, and the driver needs to get a pointer to the
132 * The FW needs a few internal stations that are not reflected in
139 * One thing to note, is that these stations have an ID in the fw, but not
152 * %iwl_vif includes the index of the AP station in the fw's STA table:
154 * &fw_id_to_mac_id can be used. Due to the way the fw works, we must not remove
155 * the AP station from the fw before setting the MAC context as unassociated.
157 * removed by mac80211, but the station won't be removed in the fw until the
167 * fw.
168 * Drain means that the fw will drop all the frames sent to a specific station.
172 * the fw. In order to do so, we track the non-AMPDU packets for each station.
176 * (we know about it with its Tx response), we remove the station in fw and set
182 * DOC: station table - fw restart
184 * When the fw asserts, or we have any other issue that requires to reset the
191 * place in the fw as before the reset. We do need to zero the %fw_id_to_mac_id
192 * map, since the stations aren't in the fw any more. Internal stations that
199 * Send the STA info to the FW.
203 * @update: this is true if the FW is being updated about a STA it already knows