GNU Linux-libre 4.19.268-gnu1
[releases.git] / drivers / staging / rtl8723bs / include / rtl8723b_rf.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7 #ifndef __RTL8723B_RF_H__
8 #define __RTL8723B_RF_H__
9
10
11 int     PHY_RF6052_Config8723B(struct adapter *Adapter  );
12
13 void
14 PHY_RF6052SetBandwidth8723B(struct adapter *Adapter,
15         enum CHANNEL_WIDTH              Bandwidth);
16
17 #endif