Skip to content
  • Cédric Roux's avatar
    hotfix: fix buffer size for phy-test mode 20MHz · f5aa0135
    Cédric Roux authored
    768*8 is too small, in 20MHz, the phy-test mode
    (in default mode?) has a buffer of size 6378.
    
    Let's set the buffer size to the input's one plus 4 bytes
    (to accomodate for CRC, not sure about this).
    f5aa0135