From: Martin Kaiser Date: Mon, 23 Jan 2023 20:53:41 +0000 (+0100) Subject: staging: r8188eu: apsd_setting is unused X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b87a04c4a8480fd1fcb6f8eb254b0373cb0ca980;p=linux.git staging: r8188eu: apsd_setting is unused apsd_setting in struct tx_servq is not used, it can be removed. Signed-off-by: Martin Kaiser Tested-by: Philipp Hortmann # Edimax N150 Link: https://lore.kernel.org/r/20230123205342.229589-23-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/rtw_xmit.h b/drivers/staging/r8188eu/include/rtw_xmit.h index 548d2cfb88ec5..33c3031de2c47 100644 --- a/drivers/staging/r8188eu/include/rtw_xmit.h +++ b/drivers/staging/r8188eu/include/rtw_xmit.h @@ -228,8 +228,6 @@ struct tx_servq { struct sta_xmit_priv { spinlock_t lock; int option; - int apsd_setting; /* When bit mask is on, the associated edca - * queue supports APSD. */ struct tx_servq be_q; /* priority == 0,3 */ struct tx_servq bk_q; /* priority == 1,2 */ struct tx_servq vi_q; /* priority == 4,5 */