|
@@ -3409,7 +3409,6 @@ void hdd_reset_tcp_adv_win_scale(struct hdd_context *hdd_ctx)
|
|
*
|
|
*
|
|
* Return: True if vote level is high
|
|
* Return: True if vote level is high
|
|
*/
|
|
*/
|
|
-#ifdef RX_PERFORMANCE
|
|
|
|
bool hdd_is_current_high_throughput(struct hdd_context *hdd_ctx)
|
|
bool hdd_is_current_high_throughput(struct hdd_context *hdd_ctx)
|
|
{
|
|
{
|
|
if (hdd_ctx->cur_vote_level < PLD_BUS_WIDTH_MEDIUM)
|
|
if (hdd_ctx->cur_vote_level < PLD_BUS_WIDTH_MEDIUM)
|
|
@@ -3418,7 +3417,6 @@ bool hdd_is_current_high_throughput(struct hdd_context *hdd_ctx)
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
-#endif
|
|
|
|
|
|
|
|
#ifdef QCA_LL_LEGACY_TX_FLOW_CONTROL
|
|
#ifdef QCA_LL_LEGACY_TX_FLOW_CONTROL
|
|
/**
|
|
/**
|