a26509693297df5a49c7d77c89201872b5f68705

Repetitive channel capture configurations usually support 16 groups to be confugured. To check if a particular group is enabled by user, qdf_test_bit is being used here. qdf_test_bit usually operates with uint32_t and it takes the argument as unsigned long type. Since, modified_in_curr_session is declared as uint16_t, and then typecasted into unsigned long. Change the data type of modified_in_curr_session from uint16_t to 'unsigned long' to avoid compiler issues. Change-Id: Iec778dc36d5671f2cfb643c9ced1bd2a6104de2b CRs-Fixed: 2753267
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%