qca / open-plc-utils

Qualcomm Atheros Open Powerline Toolkit.
Other
351 stars 154 forks source link

Fix chipset reporting (fixes #151) #152

Closed mhei closed 2 years ago

mhei commented 2 years ago

As described in #151, reporting the chipset name is not working as expected - at least as I would expect.

This PR tries solves this issue by introducing a new function which not only considers the MCLASS field as older chipsetname function does, but by relying on the IDENT field in the response MME.

Signed-off-by: Michael Heimpold michael.heimpold@in-tech.com

mhei commented 2 years ago

@n1000 : any objections here?

n1000 commented 2 years ago

Hey @mhei , this change looks good, thanks!