GNU Linux-libre 4.19.264-gnu1
[releases.git] / drivers / staging / rtl8188eu / include / rtw_qos.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7 #ifndef _RTW_QOS_H_
8 #define _RTW_QOS_H_
9
10 #include <osdep_service.h>
11
12 struct  qos_priv        {
13         unsigned int      qos_option;   /* bit mask option: u-apsd,
14                                          * s-apsd, ts, block ack...
15                                          */
16 };
17
18 #endif  /* _RTL871X_QOS_H_ */