Wlan: Increase the range of gEnableDynamicRAstartRate

To add support for controlling PER discount logic using bit 8 of
gEnableDynamicRAstartRate, the max range should be 511 or more
instead of current max range of 300.

Increase the range of gEnableDynamicRAstartRate from 300 to 65535.

Change-Id: I9d70ba84353fa75da5ffcdaea6a16a87192a8c48
CRs-Fixed: 991383
diff --git a/riva/inc/wlan_hal_cfg.h b/riva/inc/wlan_hal_cfg.h
index fd25f2f..9540b3c 100644
--- a/riva/inc/wlan_hal_cfg.h
+++ b/riva/inc/wlan_hal_cfg.h
@@ -1054,7 +1054,7 @@
 /* QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE */
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_DEF 0
 #define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_MIN 0
-#define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_MAX 300
+#define QWLAN_HAL_CFG_ENABLE_DYNAMIC_RA_START_RATE_MAX 65535
 
 /* QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF */
 #define QWLAN_HAL_CFG_BTC_FAST_WLAN_CONN_PREF_DEF 1