staging: r8188eu: use ieee80211 to set addba capabilities
authorMartin Kaiser <martin@kaiser.cx>
Tue, 24 May 2022 09:00:27 +0000 (11:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 05:59:47 +0000 (07:59 +0200)
commite3e3cdc43e3e92866678ee849cacda4582b0a790
tree3b36518e84c5d63be93acbf7f183a9f61434e7e7
parent34411b19203a0804fcd85c04dff1c44d38712528
staging: r8188eu: use ieee80211 to set addba capabilities

Use the mgmt structure and defines from ieee80211.h to set the
capabilities field of an addba request.

If issue_action_BA is called with action == WLAN_ACTION_ADDBA_REQ, the
status parameter contains the tid.

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