qcacld-3.0: Request high bus bandwidth for monitor mode

Currently for monitor mode there is no bandwidth vote and
as a result voting level is none. So request high bus bandwidth
vote level for monitor mode.

Change-Id: I3efb755c80dadc07b5f672c18d9bae862eac378f
CRs-Fixed: 2643405
Tento commit je obsažen v:
Sravan Goud
2020-03-25 12:07:13 +05:30
odevzdal nshrivas
rodič fb5421cf4a
revize 021aad0312

Zobrazit soubor

@@ -2593,6 +2593,10 @@ static int __hdd_mon_open(struct net_device *dev)
if (!ret)
ret = hdd_enable_monitor_mode(dev);
if (!ret)
pld_request_bus_bandwidth(hdd_ctx->parent_dev,
PLD_BUS_WIDTH_VERY_HIGH);
return ret;
}