staging: r8188eu: replace a get_da call
authorMartin Kaiser <martin@kaiser.cx>
Sat, 6 Aug 2022 11:13:48 +0000 (13:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:16:40 +0000 (15:16 +0200)
commit173603dba92e2f1163384936ded2e733134cf11b
tree749b34d599e81c4a7739d41ce86e784c3ea8d34e
parented0bbb6f81e11ac1ee60b0edd9b60b30eab235a9
staging: r8188eu: replace a get_da call

The r8188eu driver implements an internal get_da function to read the
destination address (da) from an incoming message. Callers of this
function should be updated to use the ieee80211 framework, with the goal
of removing get_da eventually.

This patch replaces a get_da call in the OnAssocRsp function.

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