/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 17 static int iwl_sta_ucode_activate(struct iwl_priv *priv, u8 sta_id) in iwl_sta_ucode_activate() argument 21 if (sta_id >= IWLAGN_STATION_COUNT) { in iwl_sta_ucode_activate() 22 IWL_ERR(priv, "invalid sta_id %u\n", sta_id); in iwl_sta_ucode_activate() 25 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 28 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 30 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 34 sta_id, priv->stations[sta_id] in iwl_sta_ucode_activate() 196 u8 sta_id = iwl_sta_id(sta); iwl_sta_update_ht() local 242 u8 sta_id = IWL_INVALID_STATION; iwl_prep_station() local 329 u8 sta_id; iwl_add_station_common() local 384 iwl_sta_ucode_deactivate(struct iwl_priv * priv,u8 sta_id) iwl_sta_ucode_deactivate() argument 401 iwl_send_remove_station(struct iwl_priv * priv,const u8 * addr,int sta_id,bool temporary) iwl_send_remove_station() argument 452 iwl_remove_station(struct iwl_priv * priv,const u8 sta_id,const u8 * addr) iwl_remove_station() argument 513 iwl_deactivate_station(struct iwl_priv * priv,const u8 sta_id,const u8 * addr) iwl_deactivate_station() argument 550 iwl_sta_fill_lq(struct iwl_priv * priv,struct iwl_rxon_context * ctx,u8 sta_id,struct iwl_link_quality_cmd * link_cmd) iwl_sta_fill_lq() argument 863 iwl_sta_alloc_lq(struct iwl_priv * priv,struct iwl_rxon_context * ctx,u8 sta_id) iwl_sta_alloc_lq() argument 888 u8 sta_id; iwlagn_add_bssid_station() local 1079 iwlagn_send_sta_key(struct iwl_priv * priv,struct ieee80211_key_conf * keyconf,u8 sta_id,u32 tkip_iv32,u16 * tkip_p1k,u32 cmd_flags) iwlagn_send_sta_key() argument 1138 u8 sta_id = iwlagn_key_sta_id(priv, vif, sta); iwl_update_tkip_key() local 1159 u8 sta_id = iwlagn_key_sta_id(priv, ctx->vif, sta); iwl_remove_dynamic_key() local 1209 u8 sta_id = iwlagn_key_sta_id(priv, ctx->vif, sta); iwl_set_dynamic_key() local 1270 u8 sta_id; iwlagn_alloc_bcast_station() local 1309 u8 sta_id = ctx->bcast_sta_id; iwl_update_bcast_station() local 1345 iwl_sta_tx_modify_enable_tid(struct iwl_priv * priv,int sta_id,int tid) iwl_sta_tx_modify_enable_tid() argument 1365 int sta_id; iwl_sta_rx_agg_start() local 1389 int sta_id; iwl_sta_rx_agg_stop() local 1413 iwl_sta_modify_sleep_tx_count(struct iwl_priv * priv,int sta_id,int cnt) iwl_sta_modify_sleep_tx_count() argument [all...] |
H A D | tx.c | 47 struct ieee80211_hdr *hdr, u8 sta_id) in iwlagn_tx_cmd_build_basic() argument 72 tx_cmd->sta_id = sta_id; in iwlagn_tx_cmd_build_basic() 227 * iwl_sta_id_or_broadcast - return sta_id or broadcast sta 241 int sta_id; in iwl_sta_id_or_broadcast() local 246 sta_id = iwl_sta_id(sta); in iwl_sta_id_or_broadcast() 252 WARN_ON(sta_id == IWL_INVALID_STATION); in iwl_sta_id_or_broadcast() 254 return sta_id; in iwl_sta_id_or_broadcast() 273 u8 sta_id, tid = IWL_MAX_TID_COUNT; in iwlagn_tx_skb() local 312 sta_id in iwlagn_tx_skb() 488 int sta_id, txq_id; iwlagn_tx_agg_stop() local 580 int sta_id, txq_id, ret; iwlagn_tx_agg_start() local 639 int sta_id, txq_id; iwlagn_tx_agg_flush() local 743 iwlagn_check_ratid_empty(struct iwl_priv * priv,int sta_id,u8 tid) iwlagn_check_ratid_empty() argument 926 int sta_id = (tx_resp->ra_tid & IWLAGN_TX_RES_RA_MSK) >> iwl_rx_reply_tx_agg() local 1122 int sta_id; iwlagn_rx_reply_tx() local 1271 int sta_id; iwlagn_rx_reply_compressed_ba() local [all...] |
H A D | mac80211.c | 778 u8 sta_id; in iwlagn_mac_sta_add() local 782 sta_priv->sta_id = IWL_INVALID_STATION; in iwlagn_mac_sta_add() 789 is_ap, sta, &sta_id); in iwlagn_mac_sta_add() 797 sta_priv->sta_id = sta_id; in iwlagn_mac_sta_add() 819 iwl_deactivate_station(priv, sta_priv->sta_id, sta->addr); in iwlagn_mac_sta_remove() 821 ret = iwl_remove_station(priv, sta_priv->sta_id, sta->addr); in iwlagn_mac_sta_remove() 1524 static void iwl_sta_modify_ps_wake(struct iwl_priv *priv, int sta_id) in iwl_sta_modify_ps_wake() argument 1529 .sta.sta_id = sta_id, in iwl_sta_modify_ps_wake() 1542 int sta_id; iwlagn_mac_sta_notify() local [all...] |
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-sta.c | 26 return BIT(mvmsta->deflink.sta_id); in iwl_mvm_sta_fw_id_mask() 42 result |= BIT(mvm_link_sta->sta_id); in iwl_mvm_sta_fw_id_mask() 75 cmd.sta_id = cpu_to_le32((u8)sta->sta_id); in iwl_mvm_mld_add_int_sta_to_fw() 99 static int iwl_mvm_mld_rm_sta_from_fw(struct iwl_mvm *mvm, u32 sta_id) in iwl_mvm_mld_rm_sta_from_fw() argument 102 .sta_id = cpu_to_le32(sta_id), in iwl_mvm_mld_rm_sta_from_fw() 107 if (!rcu_access_pointer(mvm->fw_id_to_mac_id[sta_id])) { in iwl_mvm_mld_rm_sta_from_fw() 108 IWL_ERR(mvm, "Invalid station id %d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 115 IWL_ERR(mvm, "Failed to remove station. Id=%d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw() 564 u32 sta_id = iwl_mvm_find_free_sta_id(mvm, iwl_mvm_mld_alloc_sta_link() local 640 int sta_id; iwl_mvm_alloc_sta_after_restart() local 861 iwl_mvm_mld_rm_sta_id(struct iwl_mvm * mvm,u8 sta_id) iwl_mvm_mld_rm_sta_id() argument 1139 u32 sta_id; iwl_mvm_mld_update_sta_links() local [all...] |
H A D | tdls.c | 97 tdls_cfg_cmd.sta_info[cnt].sta_id = i; in iwl_mvm_tdls_config() 210 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_tdls_notif() local 220 if (WARN_ON(sta_id >= mvm->fw->ucode_capa.num_stations)) in iwl_mvm_rx_tdls_notif() 223 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_rx_tdls_notif() 372 cmd.peer_sta_id = cpu_to_le32(mvmsta->deflink.sta_id); in iwl_mvm_tdls_config_channel_switch() 417 mvmsta->deflink.sta_id); in iwl_mvm_tdls_config_channel_switch() 434 mvm->tdls_cs.cur_sta_id = mvmsta->deflink.sta_id; in iwl_mvm_tdls_config_channel_switch() 468 if (mvm->tdls_cs.peer.sta_id == IWL_INVALID_STA) in iwl_mvm_tdls_ch_switch_work() 472 mvm->fw_id_to_mac_id[mvm->tdls_cs.peer.sta_id], in iwl_mvm_tdls_ch_switch_work() [all...] |
H A D | rs-fw.c | 429 link_sta = rcu_dereference(mvm->fw_id_to_link_sta[notif->sta_id]); in iwl_mvm_tlc_update_notif() 430 sta = rcu_dereference(mvm->fw_id_to_mac_id[notif->sta_id]); in iwl_mvm_tlc_update_notif() 437 notif->sta_id); in iwl_mvm_tlc_update_notif() 449 link_sta->link_id, notif->sta_id); in iwl_mvm_tlc_update_notif() 620 cfg_cmd.sta_id = mvm_link_sta->sta_id; in iwl_mvm_rs_fw_rate_init() 644 IWL_DEBUG_RATE(mvm, "TLC CONFIG CMD, sta_id=%d, max_ch_width=%d, mode=%d\n", in iwl_mvm_rs_fw_rate_init() 645 cfg_cmd.sta_id, cfg_cmd.max_ch_width, cfg_cmd.mode); in iwl_mvm_rs_fw_rate_init() 661 .sta_id = cfg_cmd.sta_id, in iwl_mvm_rs_fw_rate_init() [all...] |
H A D | offloading.c | 34 u8 sta_id) in iwl_mvm_send_proto_offload() argument 182 * which doesn't have the sta_id parameter before the in iwl_mvm_send_proto_offload() 185 size -= sizeof(cmd.v4.sta_id); in iwl_mvm_send_proto_offload() 210 cmd.v4.sta_id = cpu_to_le32(sta_id); in iwl_mvm_send_proto_offload()
|
H A D | ftm-responder.c | 126 .sta_id = mvmvif->link[link_conf->link_id]->bcast_sta.sta_id, in iwl_mvm_ftm_responder_cmd() 315 iwl_mvm_sec_key_del_pasn(mvm, vif, BIT(sta->int_sta.sta_id), in iwl_mvm_resp_del_pasn_sta() 319 iwl_mvm_mld_rm_sta_id(mvm, sta->int_sta.sta_id); in iwl_mvm_resp_del_pasn_sta() 321 iwl_mvm_rm_sta_id(mvm, vif, sta->int_sta.sta_id); in iwl_mvm_resp_del_pasn_sta()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 931 scan->tx_cmd.sta_id = il->hw_params.bcast_id; in il4965_request_scan() 1052 il4965_free_tfds_in_queue(struct il_priv *il, int sta_id, int tid, int freed) in il4965_free_tfds_in_queue() argument 1056 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue() 1057 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue() 1060 il->stations[sta_id].tid[tid].tfds_in_queue, freed); in il4965_free_tfds_in_queue() 1061 il->stations[sta_id].tid[tid].tfds_in_queue = 0; in il4965_free_tfds_in_queue() 1508 tx_cmd->sta_id = std_id; in il4965_tx_cmd_build_basic() 1603 int sta_id) in il4965_tx_cmd_build_hwcrypto() argument 1666 u8 sta_id; in il4965_tx_skb() local 1694 sta_id in il4965_tx_skb() 2150 il4965_txq_agg_enable(struct il_priv * il,int txq_id,int tx_fifo,int sta_id,int tid,u16 ssn_idx) il4965_txq_agg_enable() argument 2219 int sta_id; il4965_tx_agg_start() local 2315 int tx_fifo_id, txq_id, sta_id, ssn; il4965_tx_agg_stop() local 2390 il4965_txq_check_empty(struct il_priv * il,int sta_id,u8 tid,int txq_id) il4965_txq_check_empty() argument 2771 int sta_id; il4965_hdl_tx() local 2913 int sta_id; il4965_hdl_compressed_ba() local 3023 il4965_sta_alloc_lq(struct il_priv * il,u8 sta_id) il4965_sta_alloc_lq() argument 3083 u8 sta_id; il4965_add_bssid_station() local 3229 il4965_set_wep_dynamic_key_info(struct il_priv * il,struct ieee80211_key_conf * keyconf,u8 sta_id) il4965_set_wep_dynamic_key_info() argument 3283 il4965_set_ccmp_dynamic_key_info(struct il_priv * il,struct ieee80211_key_conf * keyconf,u8 sta_id) il4965_set_ccmp_dynamic_key_info() argument 3331 il4965_set_tkip_dynamic_key_info(struct il_priv * il,struct ieee80211_key_conf * keyconf,u8 sta_id) il4965_set_tkip_dynamic_key_info() argument 3377 u8 sta_id; il4965_update_tkip_key() local 3409 il4965_remove_dynamic_key(struct il_priv * il,struct ieee80211_key_conf * keyconf,u8 sta_id) il4965_remove_dynamic_key() argument 3470 il4965_set_dynamic_key(struct il_priv * il,struct ieee80211_key_conf * keyconf,u8 sta_id) il4965_set_dynamic_key() argument 3516 u8 sta_id; il4965_alloc_bcast_station() local 3556 u8 sta_id = il->hw_params.bcast_id; il4965_update_bcast_station() local 3585 il4965_sta_tx_modify_enable_tid(struct il_priv * il,int sta_id,int tid) il4965_sta_tx_modify_enable_tid() argument 3609 int sta_id; il4965_sta_rx_agg_start() local 3635 int sta_id; il4965_sta_rx_agg_stop() local 3659 il4965_sta_modify_sleep_tx_count(struct il_priv * il,int sta_id,int cnt) il4965_sta_modify_sleep_tx_count() argument 5888 u8 sta_id; il4965_mac_set_key() local 6015 u8 sta_id; il4965_mac_sta_add() local [all...] |
H A D | common.c | 1739 il_sta_ucode_activate(struct il_priv *il, u8 sta_id) in il_sta_ucode_activate() argument 1742 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate() 1744 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1746 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate() 1748 " in uCode (according to driver)\n", sta_id, in il_sta_ucode_activate() 1749 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1751 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate() 1752 D_ASSOC("Added STA id %u addr %pM to uCode\n", sta_id, in il_sta_ucode_activate() 1753 il->stations[sta_id] in il_sta_ucode_activate() 1761 u8 sta_id = addsta->sta.sta_id; il_process_add_sta_resp() local 1927 u8 sta_id = IL_INVALID_STATION; il_prep_station() local 2012 u8 sta_id; il_add_station_common() local 2069 il_sta_ucode_deactivate(struct il_priv * il,u8 sta_id) il_sta_ucode_deactivate() argument 2084 il_send_remove_station(struct il_priv * il,const u8 * addr,int sta_id,bool temporary) il_send_remove_station() argument 2143 il_remove_station(struct il_priv * il,const u8 sta_id,const u8 * addr) il_remove_station() argument [all...] |
H A D | 4965.h | 28 void il4965_free_tfds_in_queue(struct il_priv *il, int sta_id, int tid, 70 int il4965_txq_check_empty(struct il_priv *il, int sta_id, u8 tid, int txq_id); 121 struct ieee80211_key_conf *key, u8 sta_id); 123 struct ieee80211_key_conf *key, u8 sta_id); 128 int il4965_sta_tx_modify_enable_tid(struct il_priv *il, int sta_id, int tid); 133 void il4965_sta_modify_sleep_tx_count(struct il_priv *il, int sta_id, int cnt);
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 214 * @sta_id: index of station in uCode's station table 250 u8 sta_id; member 294 * @sta_id: index of station in uCode's station table 336 u8 sta_id; member 358 * @sta_id: index of station in uCode's station table 365 u8 sta_id; member 422 * @sta_id: the station id of the station to be removed 426 u8 sta_id; member 437 * @sta_id: station ID that support IGTK 447 __le32 sta_id; member 464 __le32 sta_id; global() member 494 __le32 sta_id; global() member [all...] |
H A D | tdls.h | 91 * @sta_id: peer currently performing the channel-switch with 96 __le32 sta_id; member 102 * @sta_id: station id of the TDLS peer 108 u8 sta_id; member 141 * @sta_id: station id of the TDLS peer 146 __le16 sta_id; member
|
H A D | d3.h | 169 * @sta_id: station id 176 __le32 sta_id; member 329 * @sta_id: sta_id 331 u8 sta_id; member 382 * @sta_id: station ID for wowlan. 393 u8 sta_id; member 404 * @sta_id: station ID for wowlan. 413 u8 sta_id; member 462 __le32 sta_id; member 494 __le32 sta_id; global() member 521 __le32 sta_id; global() member 534 __le32 sta_id; global() member 609 __le32 sta_id; global() member [all...] |
H A D | tx.h | 192 * @sta_id: index of destination station in FW station table 229 u8 sta_id; member 620 * @sta_id: Index of recipient (BA-sending) station in fw's station table 637 u8 sta_id; member 700 * @sta_id: Index of recipient (BA-sending) station in fw's station table 724 u8 sta_id; member 893 * @sta_id: station ID to flush 898 __le32 sta_id; member 921 * @sta_id: the station for which the queue was flushed 926 __le16 sta_id; member 954 u8 sta_id; global() member 974 u8 sta_id; global() member [all...] |
H A D | rs.h | 139 * @sta_id: station id 157 u8 sta_id; member 174 * @sta_id: station id 190 u8 sta_id; member 215 * @sta_id: station id 224 u8 sta_id; member 273 * @sta_id: bit 0 - enable/disable, bits 1 - 7 hold station id 279 u8 sta_id; member 779 * @sta_id: station to update 804 u8 sta_id; member [all...] |
H A D | mac-cfg.h | 650 * @sta_id: index of station in uCode's station table 679 __le32 sta_id; member 706 * @sta_id: index of station in uCode's station table 743 __le32 sta_id; member 776 * @sta_id: index of aux sta to configure 782 __le32 sta_id; member 794 * @sta_id: index of station to remove 797 __le32 sta_id; member 804 * @sta_id: index of the station to disable tx to 808 __le32 sta_id; member [all...] |
H A D | location.h | 236 * @sta_id: index of the AP STA when in AP mode 253 u8 sta_id; member 272 * @sta_id: index of the AP STA when in AP mode 289 u8 sta_id; member 311 * @sta_id: index of the AP STA when in AP mode 337 u8 sta_id; member 357 * @sta_id: index of the AP STA when in AP mode 387 u8 sta_id; member 409 * @sta_id: index of the AP STA when in AP mode 439 u8 sta_id; member 801 u8 sta_id; global() member 854 u8 sta_id; global() member 924 u8 sta_id; global() member 1005 u8 sta_id; global() member 1081 u8 sta_id; global() member [all...] |
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | agg.c | 49 u32 sta_id; in iwl_mld_release_frames_from_notif() local 67 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mld_release_frames_from_notif() 68 link_sta = rcu_dereference(mld->fw_id_to_link_sta[sta_id]); in iwl_mld_release_frames_from_notif() 104 unsigned int baid, nssn, sta_id, tid; in iwl_mld_handle_bar_frame_release_notif() local 116 sta_id = le32_get_bits(release->sta_tid, in iwl_mld_handle_bar_frame_release_notif() 135 sta_id > mld->fw->ucode_capa.num_stations || in iwl_mld_handle_bar_frame_release_notif() 136 !(baid_data->sta_mask & BIT(sta_id)), in iwl_mld_handle_bar_frame_release_notif() 138 baid, baid_data->sta_mask, baid_data->tid, sta_id, in iwl_mld_handle_bar_frame_release_notif() 157 u32 sta_id; in iwl_mld_del_ba() local 169 sta_id in iwl_mld_del_ba() 331 unsigned int sta_id; iwl_mld_rx_agg_session_expired() local [all...] |
H A D | key.c | 66 int sta_id; in iwl_mld_get_key_sta_mask() local 83 if (WARN_ON(link->bcast_sta.sta_id == IWL_INVALID_STA || in iwl_mld_get_key_sta_mask() 84 link->mcast_sta.sta_id == IWL_INVALID_STA)) in iwl_mld_get_key_sta_mask() 89 return BIT(link->bcast_sta.sta_id); in iwl_mld_get_key_sta_mask() 92 return BIT(link->mcast_sta.sta_id); in iwl_mld_get_key_sta_mask() 112 sta_id = iwl_mld_fw_sta_id_from_link_sta(mld, link_sta); in iwl_mld_get_key_sta_mask() 113 if (sta_id < 0) in iwl_mld_get_key_sta_mask() 116 return BIT(sta_id); in iwl_mld_get_key_sta_mask()
|
H A D | link.h | 87 if (link->bcast_sta.sta_id != IWL_INVALID_STA) in iwl_mld_cleanup_link() 89 if (link->mcast_sta.sta_id != IWL_INVALID_STA) in iwl_mld_cleanup_link() 91 if (link->mon_sta.sta_id != IWL_INVALID_STA) in iwl_mld_cleanup_link()
|
H A D | sta.h | 211 * @sta_id: the index of the station in the fw 216 u8 sta_id; member 224 internal_sta->sta_id = IWL_INVALID_STA; in iwl_mld_init_internal_sta() 232 if (WARN_ON(internal_sta->sta_id == IWL_INVALID_STA)) in iwl_mld_free_internal_sta() 235 RCU_INIT_POINTER(mld->fw_id_to_link_sta[internal_sta->sta_id], NULL); in iwl_mld_free_internal_sta()
|
H A D | sta.c | 435 cmd.sta_id = cpu_to_le32(fw_id); in iwl_mld_add_modify_sta_cmd() 569 .sta_id = cpu_to_le32(fw_sta_id), in iwl_mld_rm_sta_from_fw() 948 u32 sta_mask = BIT(internal_sta->sta_id); in iwl_mld_allocate_internal_txq() 968 .sta_id = cpu_to_le32(internal_sta->sta_id), in iwl_mld_send_aux_sta_cmd() 988 cmd.sta_id = cpu_to_le32((u8)internal_sta->sta_id); in iwl_mld_add_internal_sta_to_fw() 1016 &internal_sta->sta_id, in iwl_mld_add_internal_sta() 1030 iwl_mld_rm_sta_from_fw(mld, internal_sta->sta_id); in iwl_mld_add_internal_sta() 1114 if (WARN_ON_ONCE(internal_sta->sta_id in iwl_mld_remove_internal_sta() 1222 unsigned int link_id, sta_id; iwl_mld_update_link_stas() local [all...] |
H A D | tlc.c | 478 cmd.sta_id = fw_sta_id; in iwl_mld_send_tlc_cmd() 485 "TLC CONFIG CMD, sta_id=%d, max_ch_width=%d, mode=%d\n", in iwl_mld_send_tlc_cmd() 486 cmd.sta_id, cmd.max_ch_width, cmd.mode); in iwl_mld_send_tlc_cmd() 496 int iwl_mld_send_tlc_dhc(struct iwl_mld *mld, u8 sta_id, u32 type, u32 data) in iwl_mld_send_tlc_dhc() argument 502 .tlc.sta_id = sta_id, in iwl_mld_send_tlc_dhc() 516 IWL_DEBUG_RATE(mld, "sta_id %d, type: 0x%X, value: 0x%X, ret%d\n", in iwl_mld_send_tlc_dhc() 517 sta_id, type, data, ret); in iwl_mld_send_tlc_dhc() 641 if (IWL_FW_CHECK(mld, notif->sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_tlc_notif() 643 notif->sta_id)) in iwl_mld_handle_tlc_notif() [all...] |
H A D | tx.c | 1064 int sta_id = IWL_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mld_handle_tx_resp_notif() local 1149 if (IWL_FW_CHECK(mld, sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_tx_resp_notif() 1150 "Got invalid sta_id (%d)\n", sta_id)) in iwl_mld_handle_tx_resp_notif() 1155 link_sta = rcu_dereference(mld->fw_id_to_link_sta[sta_id]); in iwl_mld_handle_tx_resp_notif() 1161 "Got valid sta_id (%d) but sta is NULL\n", in iwl_mld_handle_tx_resp_notif() 1162 sta_id); in iwl_mld_handle_tx_resp_notif() 1215 .sta_id = cpu_to_le32(fw_sta_id), in iwl_mld_flush_link_sta_txqs() 1246 if (IWL_FW_CHECK(mld, le16_to_cpu(rsp->sta_id) != fw_sta_id, in iwl_mld_flush_link_sta_txqs() 1247 "sta_id in iwl_mld_flush_link_sta_txqs() 1349 u8 sta_id = ba_res->sta_id; iwl_mld_handle_compressed_ba_notif() local [all...] |