mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 00:59:37 +00:00
77d786b6e8
This version takes advantage of all the cleanups to the code. It has been modified to build on older kernels. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
13 lines
492 B
C
13 lines
492 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
/* Copyright(c) 2007 - 2011 Realtek Corporation. */
|
|
|
|
#ifndef __INC_RF_8188E_HW_IMG_H
|
|
#define __INC_RF_8188E_HW_IMG_H
|
|
|
|
/******************************************************************************
|
|
* RadioA_1T.TXT
|
|
******************************************************************************/
|
|
|
|
enum HAL_STATUS ODM_ReadAndConfig_RadioA_1T_8188E(struct odm_dm_struct *odm);
|
|
|
|
#endif /* end of HWIMG_SUPPORT */
|