ath10k: enable napi on RX path for usb
authorErik Stromdahl <erik.stromdahl@gmail.com>
Wed, 30 Mar 2022 08:11:49 +0000 (11:11 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Fri, 1 Apr 2022 11:46:24 +0000 (14:46 +0300)
commitd930e2560ebee73411cfa5d5b0de4e82254c33e9
treee829cd7edbbf9a0cb093a7e494ce4c3e0952df43
parent2c977be2cc5cd4743d2f223360e685d91f0cdffc
ath10k: enable napi on RX path for usb

commit cfee8793a74dc3afabb08fc9 ("ath10k: enable napi on RX path for
sdio") introduced napi for SDIO and updated the htt interface for high
latency devices.

These changes breaks USB, so USB code must be updated to use napi as
well in order to have a working RX path.

Tested-on: QCA9377 hw1.0 USB 1.0.0.299

Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220327171340.7893-2-erik.stromdahl@gmail.com
drivers/net/wireless/ath/ath10k/usb.c