Lines Matching defs:threshold
382 * threshold are not supported.
876 pr_debug("[STA] Setting RTS threshold: %d\n",
1125 struct wsm_rcpi_rssi_threshold threshold = {
1139 if (threshold.rssiRcpiMode & WSM_RCPI_RSSI_USE_RSSI)
1158 wsm_set_rcpi_rssi_threshold(priv, &threshold);
2029 struct wsm_rcpi_rssi_threshold threshold = {
2032 pr_debug("[CQM] RSSI threshold subscribe: %d +- %d\n",
2039 /* TODO: It's not a correct way of setting threshold.
2049 threshold.upperThreshold =
2051 threshold.lowerThreshold =
2053 threshold.rssiRcpiMode |= WSM_RCPI_RSSI_USE_RSSI;
2055 threshold.upperThreshold = (info->cqm_rssi_thold + info->cqm_rssi_hyst + 110) * 2;
2056 threshold.lowerThreshold = (info->cqm_rssi_thold + 110) * 2;
2058 threshold.rssiRcpiMode |= WSM_RCPI_RSSI_THRESHOLD_ENABLE;
2063 threshold.rssiRcpiMode |=
2068 threshold.rssiRcpiMode |= WSM_RCPI_RSSI_USE_RSSI;
2070 wsm_set_rcpi_rssi_threshold(priv, &threshold);