Skip to content

pic32_eth/shell: Fix command call#3588

Merged
kasjer merged 1 commit intoapache:masterfrom
kasjer:kasjer/pic32_eth_shell-fix
Mar 17, 2026
Merged

pic32_eth/shell: Fix command call#3588
kasjer merged 1 commit intoapache:masterfrom
kasjer:kasjer/pic32_eth_shell-fix

Conversation

@kasjer
Copy link
Contributor

@kasjer kasjer commented Mar 12, 2026

There was mismatch between pic32_eth_cmd
and function pic32_eth_compat_cmd.
Function was ext (with streamer) while
description did not have sc_ext set.

Additionally all commands in pic32_eth_commands
were EXT while call to them from
pic32_eth_compat_cmd was using wrong type
resulting in wrong argument usage.

eth stats
eth phy
...
did not work as expected

functionality was still available via module
/eth stats
/etc phy
worked fine

This fixes mismatch described above.

There was mismatch between pic32_eth_cmd
and function pic32_eth_compat_cmd.
Function was ext (with streamer) while
description did not have sc_ext set.

Additionally all commands in pic32_eth_commands
were EXT while call to them from
pic32_eth_compat_cmd was using wrong type
resulting in wrong argument usage.

eth stats
eth phy
...
did not work as expected

functionality was still available via module
/eth stats
/etc phy
worked fine

This fixes mismatch described above.

Signed-off-by: Jerzy Kasenberg <jerzy@apache.org>
@kasjer kasjer force-pushed the kasjer/pic32_eth_shell-fix branch from 4137d36 to 2528d95 Compare March 12, 2026 21:42
@kasjer kasjer merged commit 8429eef into apache:master Mar 17, 2026
24 checks passed
@kasjer kasjer deleted the kasjer/pic32_eth_shell-fix branch March 17, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants