if (ctrlmode & CAN_CTRLMODE_ONE_SHOT)
                flags |= GS_CAN_MODE_ONE_SHOT;
 
+       if (ctrlmode & CAN_CTRLMODE_BERR_REPORTING)
+               flags |= GS_CAN_MODE_BERR_REPORTING;
+
        if (ctrlmode & CAN_CTRLMODE_FD)
                flags |= GS_CAN_MODE_FD;
 
                }
        }
 
+       if (feature & GS_CAN_FEATURE_BERR_REPORTING)
+               dev->can.ctrlmode_supported |= CAN_CTRLMODE_BERR_REPORTING;
+
        /* The CANtact Pro from LinkLayer Labs is based on the
         * LPC54616 µC, which is affected by the NXP LPC USB transfer
         * erratum. However, the current firmware (version 2) doesn't