qcacld-3.0: Change INI "sta_disble_roam" type to UINT

As each bit of INI "sta_disable_roam" represents an interface on which
if the connection is present, disable station roaming.

Hence to use all the bits of "sta_disable_roam" INI, change type to
UINT.

Change-Id: Ife4bb31acf89ddbe744bdad376a8a6f5a733b92c
CRs-Fixed: 2647036
This commit is contained in:
Abhishek Ambure 2020-03-21 10:54:43 +05:30 committed by nshrivas
parent 94d3d69b77
commit 2a5240c50c

View File

@ -2404,7 +2404,7 @@
*
* </ini>
*/
#define CFG_STA_DISABLE_ROAM CFG_INI_INT( \
#define CFG_STA_DISABLE_ROAM CFG_INI_UINT( \
"sta_disable_roam", \
0, \
0xffffffff, \