Lines Matching refs:uapsd
1867 if (arvif->u.sta.uapsd)
1892 if (arvif->u.sta.uapsd)
2412 u32 uapsd = 0;
2423 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN |
2426 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN |
2429 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN |
2432 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN |
2441 uapsd);
2443 ath10k_warn(ar, "failed to set ap ps peer param uapsd for vdev %i: %d\n",
7757 arvif->u.sta.uapsd |= value;
7759 arvif->u.sta.uapsd &= ~value;
7763 arvif->u.sta.uapsd);
7765 ath10k_warn(ar, "failed to set uapsd params: %d\n", ret);
7769 if (arvif->u.sta.uapsd)
7811 ath10k_warn(ar, "failed to set uapsd auto trigger %d\n",
7883 ret = ath10k_conf_tx_uapsd(ar, vif, ac, params->uapsd);
7885 ath10k_warn(ar, "failed to set sta uapsd: %d\n", ret);