|
@@ -10040,6 +10040,13 @@ void hdd_send_mscs_action_frame(struct hdd_context *hdd_ctx,
|
|
|
uint64_t mscs_vo_pkt_delta;
|
|
|
unsigned long tx_vo_pkts;
|
|
|
|
|
|
+ /*
|
|
|
+ * To disable MSCS feature in driver set mscs_pkt_threshold = 0
|
|
|
+ * in ini file.
|
|
|
+ */
|
|
|
+ if (!hdd_ctx->config->mscs_pkt_threshold)
|
|
|
+ return;
|
|
|
+
|
|
|
tx_vo_pkts = adapter->hdd_stats.tx_rx_stats.tx_classified_ac[SME_AC_VO];
|
|
|
|
|
|
if (!adapter->mscs_counter)
|