qcacld-3.0: Change default value of g_is_bssid_hint_priority to 0

Change default value of g_is_bssid_hint_priority to 0, as the driver
scoring logic will take care of the beat AP to select from the candidate
AP and the host can ignore the hint.

Change-Id: Ia372e3e0f580047eae33cc0b68b0a0d1460ebfc2
CRs-Fixed: 2160591
Šī revīzija ir iekļauta:
gaurank kathpalia
2017-12-19 18:05:00 +05:30
revīziju iesūtīja snandini
vecāks 4c5b990170
revīzija 0efbb56f81

Parādīt failu

@@ -12575,7 +12575,7 @@ enum hdd_external_acs_freq_band {
*/
#define CFG_IS_BSSID_HINT_PRIORITY_NAME "is_bssid_hint_priority"
#define CFG_IS_BSSID_HINT_PRIORITY_DEFAULT (1)
#define CFG_IS_BSSID_HINT_PRIORITY_DEFAULT (0)
#define CFG_IS_BSSID_HINT_PRIORITY_MIN (0)
#define CFG_IS_BSSID_HINT_PRIORITY_MAX (1)