sculpt_manager: increase wifi driver caps

This remedies the initial session upgrade on certain systems (Alder
Lake).

Issue #5356.
This commit is contained in:
Josef Söntgen 2024-10-07 12:40:04 +02:00
parent 61c9706353
commit 0b9d3c3dcc
No known key found for this signature in database
GPG Key ID: CFCD8B5D2D93D80E

View File

@ -97,7 +97,7 @@ struct Sculpt::Wifi_driver : private Noncopyable
&& !board_info.options.suspending;
_wifi.conditional(use_wifi, registry, "wifi", Priority::DEFAULT,
Ram_quota { 16*1024*1024 }, Cap_quota { 250 });
Ram_quota { 16*1024*1024 }, Cap_quota { 260 });
}
};