mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +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:
@ -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 });
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user