staging: r8188eu: apsd_setting is unused
authorMartin Kaiser <martin@kaiser.cx>
Mon, 23 Jan 2023 20:53:41 +0000 (21:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2023 09:10:37 +0000 (10:10 +0100)
apsd_setting in struct tx_servq is not used, it can be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230123205342.229589-23-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_xmit.h

index 548d2cfb88ec5d2be3b0b168164a9dd62da34b21..33c3031de2c4701f6ea9a6595132eaecde7c85ab 100644 (file)
@@ -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 */