linux/drivers/staging/rtl8192e/rtl819x_HT.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
 *
 * Contact Information: wlanfae <[email protected]>
 */
#ifndef _RTL819XU_HTTYPE_H_
#define _RTL819XU_HTTYPE_H_

#define MIMO_PS_STATIC

#define sHTCLng

enum ht_channel_width {};

enum ht_extchnl_offset {};

struct ht_capab_ele {} __packed;

struct ht_info_ele {} __packed;

enum ht_spec_ver {};

enum ht_aggre_mode {};

struct rt_hi_throughput {} __packed;

struct bss_ht {};

extern u8 MCS_FILTER_ALL[16];
extern u8 MCS_FILTER_1SS[16];

#define RATE_ADPT_1SS_MASK
#define RATE_ADPT_2SS_MASK
#define RATE_ADPT_MCS32_MASK

enum ht_aggre_size {};

enum ht_iot_peer {};

enum ht_iot_action {};

enum ht_iot_rafunc {};

enum rt_ht_capability {};

#endif