/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * Modifications for inclusion into the Linux staging tree are * Copyright(c) 2010 Larry Finger. All rights reserved. * * Contact information: * WLAN FAE <[email protected]> * Larry Finger <[email protected]> * ******************************************************************************/ #ifndef _RTL871X_HT_H_ #define _RTL871X_HT_H_ #include "osdep_service.h" #include "wifi.h" struct ht_priv { … }; #endif /*_RTL871X_HT_H_ */