align qwx_ce_rx error code checking with linux ath11k driver
authorstsp <stsp@openbsd.org>
Thu, 29 Feb 2024 11:45:47 +0000 (11:45 +0000)
committerstsp <stsp@openbsd.org>
Thu, 29 Feb 2024 11:45:47 +0000 (11:45 +0000)
commitb0ca02faf19dd8a4bd1c72ce1c6b2f3e84657c81
treec42dd07da33df855c5ea8279bab7039fe8be27e9
parent13fc6aacdaba1a2e59cc98696417bc654596e71f
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.
sys/dev/ic/qwx.c