• Home
  • Raw
  • Download

Lines Matching refs:smps

1384 	int smps;  in ath11k_peer_assoc_h_smps()  local
1389 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
1390 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
1392 switch (smps) { in ath11k_peer_assoc_h_smps()
1675 int smps; in ath11k_setup_peer_smps() local
1680 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
1681 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
1683 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
1688 ath11k_smps_map[smps]); in ath11k_setup_peer_smps()
2799 u32 changed, bw, nss, smps; in ath11k_sta_rc_update_wk() local
2823 smps = arsta->smps; in ath11k_sta_rc_update_wk()
2854 sta->addr, smps); in ath11k_sta_rc_update_wk()
2857 WMI_PEER_MIMO_PS_STATE, smps); in ath11k_sta_rc_update_wk()
2860 sta->addr, smps, err); in ath11k_sta_rc_update_wk()
3153 u32 bw, smps; in ath11k_mac_op_sta_rc_update() local
3204 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
3209 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
3212 smps = WMI_PEER_SMPS_STATIC; in ath11k_mac_op_sta_rc_update()
3215 smps = WMI_PEER_SMPS_DYNAMIC; in ath11k_mac_op_sta_rc_update()
3220 smps = WMI_PEER_SMPS_PS_NONE; in ath11k_mac_op_sta_rc_update()
3224 arsta->smps = smps; in ath11k_mac_op_sta_rc_update()
3368 u32 smps; in ath11k_create_ht_cap() local
3370 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath11k_create_ht_cap()
3371 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_create_ht_cap()
3373 ht_cap.cap |= smps; in ath11k_create_ht_cap()