blob: 31854e61086dc80c5258997d7c41c8b0886b30a8 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
2 * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
3 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
28#ifndef _OL_CTRL_ADDBA_API_H_
29#define _OL_CTRL_ADDBA_API_H_
30#define ol_ctrl_addba_attach(a, b, c, d, e) 0
31#define ol_ctrl_addba_detach(a) 0
32#define ol_ctrl_addba_init(a, b, c, d, e) 0
33#define ol_ctrl_addba_cleanup(a) 0
34#define ol_ctrl_addba_request_setup(a, b, c, d, e, f) 0
35#define ol_ctrl_addba_response_setup(a, b, c, d, e, f) 0
36#define ol_ctrl_addba_request_process(a, b, c, d, e) 0
37#define ol_ctrl_addba_response_process(a, b, c, d) 0
38#define ol_ctrl_addba_clear(a) 0
39#define ol_ctrl_delba_process(a, b, c) 0
40#define ol_ctrl_addba_get_status(a, b) 0
41#define ol_ctrl_addba_set_response(a, b, c) 0
42#define ol_ctrl_addba_clear_response(a) 0
43#endif