]> Git Repo - linux.git/commit
net: hsr: Use full string description when opening HSR network device
authorLukasz Majewski <[email protected]>
Tue, 26 Mar 2024 08:56:49 +0000 (09:56 +0100)
committerDavid S. Miller <[email protected]>
Fri, 29 Mar 2024 10:42:21 +0000 (10:42 +0000)
commit10e52ad5ced2a7dcdb3fb18c9cef111d5f30471d
treee29dba3736a93271ed087b75247513bfb3aa1972
parent1ae289b0b01d99756997bdb9536c5d09d264dbfd
net: hsr: Use full string description when opening HSR network device

Up till now only single character ('A' or 'B') was used to provide
information of HSR slave network device status.

As it is also possible and valid, that Interlink network device may
be supported as well, the description must be more verbose. As a result
the full string description is now used.

Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/hsr/hsr_device.c
This page took 0.052585 seconds and 4 git commands to generate.