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 18