net: hsrprp: allow HSR to forward PRP frames
Per IEC62439, there is no limitation on PRP frames being sent on HSR port.
This change adds a check when detecting frame type to only mark frames
as PRP frames if they carry a PRP RCT and PRP is the protocol for the
active port. So now PRP frames being forwarded through an HSR port
should be detected as standard type frames and be forwarded
successfully. e.g. Sending a PRP tagged frame out an HSR port should
result in successful transmit, where resulting frame carries both HSR
and PRP tags.
Signed-off-by: Aaron Kramer <a-kramer@ti.com>