1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
10 #define BA_SETUP_TIMEOUT 200
12 #define BA_POLICY_DELAYED 0
13 #define BA_POLICY_IMMEDIATE 1
15 #define ADDBA_STATUS_SUCCESS 0
16 #define ADDBA_STATUS_REFUSED 37
17 #define ADDBA_STATUS_INVALID_PARAM 38
19 #define DELBA_REASON_END_BA 37
20 #define DELBA_REASON_UNKNOWN_BA 38
21 #define DELBA_REASON_TIMEOUT 39
22 union sequence_control {
41 union delba_param_set {
52 struct timer_list timer;
55 union ba_param_set ba_param_set;
57 union sequence_control ba_start_seq_ctrl;