staging: r8188eu: use ieee80211_mgmt in issue_action_BA
authorMartin Kaiser <martin@kaiser.cx>
Tue, 24 May 2022 09:00:20 +0000 (11:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 05:59:47 +0000 (07:59 +0200)
commit358d61965682e1473acde0b1238d95e9883f2073
treef0fd578ad25ee16e7bc7c8da89331e0a32d78730
parentf54550fd8419819963d13161e3ee2759b5afe8e1
staging: r8188eu: use ieee80211_mgmt in issue_action_BA

Define a struct ieee80211_mgmt variable in issue_action_BA, this will make
it much simpler to populate the fields of the outoing frame.

Use the new mgmt variable to set the type and subtype of the frame.

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