1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /****************************************************************************** 3 * 4 * Copyright(c) 2007 - 2016 Realtek Corporation. 5 * 6 * Contact Information: 7 * wlanfae <wlanfae@realtek.com> 8 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, 9 * Hsinchu 300, Taiwan. 10 * 11 * Larry Finger <Larry.Finger@lwfinger.net> 12 * 13 *****************************************************************************/ 14 15 #ifndef __PHYDMDYMICRXPATH_H__ 16 #define __PHYDMDYMICRXPATH_H__ 17 18 #define DYNAMIC_RX_PATH_VERSION "1.0" /*2016.07.15 Dino */ 19 20 #define DRP_RSSI_TH 35 21 22 #define INIT_DRP_TIMMER 0 23 #define CANCEL_DRP_TIMMER 1 24 #define RELEASE_DRP_TIMMER 2 25 26 #endif 27