forked from Ysurac/openmptcprouter-feeds
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from Ysurac/develop
sync
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- a/system-linux.c 2023-09-13 10:44:22.163111635 +0200 | ||
+++ b/system-linux.c 2023-09-13 10:44:47.562696256 +0200 | ||
@@ -2720,7 +2720,9 @@ | ||
system_if_dump_info(struct device *dev, struct blob_buf *b) | ||
{ | ||
__u32 *supported, *advertising, *lp_advertising; | ||
- bool rx_pause, tx_pause, pause_autoneg; | ||
+ bool rx_pause = false; | ||
+ bool tx_pause = false; | ||
+ bool pause_autoneg = false; | ||
struct { | ||
struct ethtool_link_settings req; | ||
__u32 link_mode_data[3 * 127]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters