On 11/13/2017 03:39 AM, pkshih@xxxxxxxxxxx wrote:
From: Ping-Ke Shih <pkshih@xxxxxxxxxxx> This patchset is aim to reduce IO to improve TX/RX performance, and also I cleanup the code to make it easier and simpler. Ping-Ke Shih (3): rtlwifi: Reduce IO in RX interrupt to boost throughput rtlwifi: fix the wrong size to calculate fifo space rtlwifi: cleanup the code that check whether TX ring is available
All 3 Tested-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Larry
drivers/net/wireless/realtek/rtlwifi/pci.c | 13 ++--- drivers/net/wireless/realtek/rtlwifi/pci.h | 5 +- .../net/wireless/realtek/rtlwifi/rtl8192ee/trx.c | 57 ++++------------------ 3 files changed, 15 insertions(+), 60 deletions(-)