mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
sculpt_manager: increase wifi driver caps
This remedies the initial session upgrade on certain systems (Alder Lake). Issue #5356.
This commit is contained in:
parent
61c9706353
commit
0b9d3c3dcc
@ -97,7 +97,7 @@ struct Sculpt::Wifi_driver : private Noncopyable
|
|||||||
&& !board_info.options.suspending;
|
&& !board_info.options.suspending;
|
||||||
|
|
||||||
_wifi.conditional(use_wifi, registry, "wifi", Priority::DEFAULT,
|
_wifi.conditional(use_wifi, registry, "wifi", Priority::DEFAULT,
|
||||||
Ram_quota { 16*1024*1024 }, Cap_quota { 250 });
|
Ram_quota { 16*1024*1024 }, Cap_quota { 260 });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user