文件
android_kernel_samsung_sm86…/cfg
Pragaspathi Thilagaraj 878d42c770 qcacmn: Use correct format specifier to dump ini/cfg values
Currently the driver uses %u format specifier to dump the
ini/cfg values with the command:
iwpriv wlan0 getConfig.
This causes the negative values to be printed as large positive
values.

Use %d format specifier to dump the ini/cfg values.

Change-Id: I93dd469f7c367e889cb67ec38a2e06ddc36c7c99
CRs-Fixed: 2901248
2021-03-25 11:46:06 -07:00
..