CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2024/02/29 04:45:47
Modified files: sys/dev/ic : qwx.c Log message: align qwx_ce_rx error code checking with linux ath11k driver This silences warnings about a full Rx ring which the Linux driver is likewise suppressing. They appeared because I used the wrong error code, ENOBUF vs. ENOSPC.