aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/core/rtw_mlme_ext.c
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2022-05-15 17:27:59 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-19 17:42:12 +0200
commit3194f684aca1a9da04614472bdfbdfe9ac0c831f (patch)
treecd8cb6f0c6cbb36873529e6f5041fb3c091fef30 /drivers/staging/r8188eu/core/rtw_mlme_ext.c
parentstaging: r8188eu: use the tid in delba processing (diff)
downloadlinux-dev-3194f684aca1a9da04614472bdfbdfe9ac0c831f.tar.xz
linux-dev-3194f684aca1a9da04614472bdfbdfe9ac0c831f.zip
staging: r8188eu: use defines for addba response status
Replace the numeric values with defines from ieee80211.h. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220515152759.335889-1-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/r8188eu/core/rtw_mlme_ext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/core/rtw_mlme_ext.c b/drivers/staging/r8188eu/core/rtw_mlme_ext.c
index b24c6a79646d..65330baa5a73 100644
--- a/drivers/staging/r8188eu/core/rtw_mlme_ext.c
+++ b/drivers/staging/r8188eu/core/rtw_mlme_ext.c
@@ -1504,7 +1504,8 @@ unsigned int OnAction_back(struct adapter *padapter, struct recv_frame *precv_fr
preorder_ctrl->enable = pmlmeinfo->bAcceptAddbaReq;
issue_action_BA(padapter, mgmt->sa, WLAN_ACTION_ADDBA_RESP,
- pmlmeinfo->bAcceptAddbaReq ? 0 : 37);
+ pmlmeinfo->bAcceptAddbaReq ?
+ WLAN_STATUS_SUCCESS : WLAN_STATUS_REQUEST_DECLINED);
break;
case WLAN_ACTION_ADDBA_RESP:
tid = u16_get_bits(le16_to_cpu(mgmt->u.action.u.addba_resp.capab),