mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
Kernel: Implement link status in /proc/net/adapters
This commit is contained in:
parent
af840af1ce
commit
286bafbb19
Notes:
sideshowbarker
2024-07-19 12:34:39 +09:00
Author: https://github.com/deoxxa
Commit: 286bafbb19
Pull-request: https://github.com/SerenityOS/serenity/pull/475
4 changed files with 19 additions and 0 deletions
|
@ -17,6 +17,7 @@ public:
|
|||
virtual ~E1000NetworkAdapter() override;
|
||||
|
||||
virtual void send_raw(const u8*, int) override;
|
||||
virtual bool link_up() override;
|
||||
|
||||
private:
|
||||
virtual void handle_irq() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue