| 263 | } |
| 264 | |
| 265 | static void sff_8079_show_oui(const uint8_t *data, struct rte_tel_data *d) |
| 266 | { |
| 267 | sff_8024_show_oui(data, 37, d); |
| 268 | } |
| 269 | |
| 270 | static void |
| 271 | sff_8079_show_wavelength_or_copper_compliance(const uint8_t *data, |
no test coverage detected