CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/03/30 09:59:04
Modified files: sys/dev/usb : if_umb.c if_umb.h mbim.h Log message: Some cards announce support for the NTB16 format, but that support does not work. Hence, add support for NTB32 in the transmit path. We already have support for NTB32 in the receive path. We detect the supported format on boot and can then decide on transmit which format to use. >From ehrhardt@ with gerhard@ Tested by jan@ ok sthen@