staging: r8188eu: assoc_rsp and assoc_rsp_len are not used
authorMartin Kaiser <martin@kaiser.cx>
Sun, 15 May 2022 15:54:01 +0000 (17:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 15:42:23 +0000 (17:42 +0200)
commit381b6d7b9c26a1e5f01ef53e236f8768834c1ada
tree61326fbfb2d9ba7d5dda293e3fa64ec6f36c1551
parentc8bff2118e68d630e11479481078894b0fde0b34
staging: r8188eu: assoc_rsp and assoc_rsp_len are not used

The assoc_rsp buffer in struct mlme_priv is not used. There's no need to
store an incoming association response after receiving an processing it.

Remove the buffer pointer and its length from struct mlme_priv.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220515155401.352742-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/core/rtw_mlme_ext.c
drivers/staging/r8188eu/include/rtw_mlme.h