commit | 814d09962ca29f6f7303d3c40cb90ebf808153ba | [log] [tgz] |
---|---|---|
author | Padma, Santhosh Kumar <skpadma@qti.qualcomm.com> | Tue May 05 18:52:43 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Wed May 06 17:05:32 2015 +0530 |
tree | 181a924b6e2534a67a4e9c996f721ce1a872b5e8 | |
parent | 5c2e02dda0a90c7b13392171af69d16dc4f45129 [diff] |
prima: Use proper type for fEnableDFSChnlScan As fEnableDFSChnlScan takes value more than one, change type for fEnableDFSChnlScan from boolean to unsigned integer. With the current design, boolean is mapped to unsigned integer. This fix ensures proper type for fEnableDFSChnlScan if boolean is not mapped to unsigned integer. Change-Id: Ibe70e0953671883472420bd06f1b7d443dd1a89a CRs-Fixed: 833410