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
11int	PHY_RF6052_Config8723B(struct adapter *Adapter);
12
13void
14PHY_RF6052SetBandwidth8723B(struct adapter *Adapter,
15	enum channel_width		Bandwidth);
16
17#endif
18